#B91C8C

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

Shades of Medium Violet Red #B91C8C

Tints of Medium Violet Red #B91C8C

Color information

#B91C8C (or 0xB91C8C) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1C and 8C. RGB value is (185,28,140). Sum of RGB (Red+Green+Blue) = 185+28+140=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C8C is #46E373. Grayscale: #575757. Windows color (decimal): -4645748 or 9182393. OLE color: 9182393.

HSL color Cylindrical-coordinate representation of color #B91C8C: hue angle of 317.2º 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 #B91C8C is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18528140-
CMYK00.850.240.27
HSL317.2º73.71%41.76%-
HSV(B)317.2º84.86%72.55%-
XYZ25.1613.0426-
YUV87.71157.51197.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=52.41%
G=7.93%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852814000.850.240.27317.273.7141.76
HexB91C8C055181B13d4a2a
Octal271342140125303347511252
Binary1011100111100100011000101010111000110111001111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91C8C; }

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

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

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

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

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

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

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

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