#B91C85

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

Shades of Medium Violet Red #B91C85

Tints of Medium Violet Red #B91C85

Color information

#B91C85 (or 0xB91C85) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1C and 85. RGB value is (185,28,133). Sum of RGB (Red+Green+Blue) = 185+28+133=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C85 is #46E37A. Grayscale: #565656. Windows color (decimal): -4645755 or 8723641. OLE color: 8723641.

HSL color Cylindrical-coordinate representation of color #B91C85: hue angle of 319.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C85 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18528133-
CMYK00.850.280.27
HSL319.87º73.71%41.76%-
HSV(B)319.87º84.86%72.55%-
XYZ24.6612.8423.37-
YUV86.91154.01197.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 28 (11.33% from 255) = 8.09%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=53.47%
G=8.09%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852813300.850.280.27319.8773.7141.76
HexB91C850551C1B1404a2a
Octal271342050125343350011252
Binary1011100111100100001010101010111100110111010000001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91C85; }

 p { color: rgb(185,28,133); }

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

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

 a { background-color: rgb(185,28,133); }

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

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

 span { border-color: rgb(185,28,133); }

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