#B92B87

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

Shades of Medium Red Violet #B92B87

Tints of Medium Red Violet #B92B87

Color information

#B92B87 (or 0xB92B87) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2B and 87. RGB value is (185,43,135). Sum of RGB (Red+Green+Blue) = 185+43+135=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92B87 is #46D478. Grayscale: #5F5F5F. Windows color (decimal): -4641913 or 8858553. OLE color: 8858553.

HSL color Cylindrical-coordinate representation of color #B92B87: hue angle of 321.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92B87 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18543135-
CMYK00.770.270.27
HSL321.13º62.28%44.71%-
HSV(B)321.13º76.76%72.55%-
XYZ25.2413.7924.25-
YUV95.95150.04191.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 43 (17.19% from 255) = 11.85%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=50.96%
G=11.85%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854313500.770.270.27321.1362.2844.71
HexB92B8704D1B1B1413e2d
Octal27153207011533335017655
Binary1011100110101110000111010011011101111011101000001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B87; }

 p { color: rgb(185,43,135); }

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

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

 a { background-color: rgb(185,43,135); }

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

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

 span { border-color: rgb(185,43,135); }

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