#B91498

Color #B91498 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B91498

Tints of Medium Violet Red #B91498

Color information

#B91498 (or 0xB91498) is unknown color: approx Medium Violet Red. HEX triplet: B9, 14 and 98. RGB value is (185,20,152). Sum of RGB (Red+Green+Blue) = 185+20+152=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B91498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91498 is #46EB67. Grayscale: #545454. Windows color (decimal): -4647784 or 9966777. OLE color: 9966777.

HSL color Cylindrical-coordinate representation of color #B91498: hue angle of 312º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91498 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18520152-
CMYK00.890.180.27
HSL312º80.49%40.2%-
HSV(B)312º89.19%72.55%-
XYZ25.9313.0830.86-
YUV84.38166.16199.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 20 (8.20% from 255) = 5.60%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=51.82%
G=5.60%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852015200.890.180.2731280.4940.2
HexB91498059121B1385028
Octal271242300131223347012050
Binary1011100110100100110000101100110010110111001110001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91498; }

 p { color: rgb(185,20,152); }

 H1.HeaderClassName
 {
   color: #B91498;
 }
 .AnyTagClassName
 {
   color: #B91498;
 }
</style>
background-color css

<style>
 a { background-color: #B91498; }

 a { background-color: rgb(185,20,152); }

 div.DivClassName
 {
   background-color: #B91498;
 }
 .BgClassName
 {
   background-color: #B91498;
 }
</style>
border-color css

<style>
 span { border-color: #B91498; }

 span { border-color: rgb(185,20,152); }

 td.TdClassName
 {
   border-color: #B91498;
 }
 .TagClassName
 {
   border-color: #B91498;
 }
</style>