#B92972

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

Shades of Medium Red Violet #B92972

Tints of Medium Red Violet #B92972

Color information

#B92972 (or 0xB92972) is unknown color: approx Medium Red Violet. HEX triplet: B9, 29 and 72. RGB value is (185,41,114). Sum of RGB (Red+Green+Blue) = 185+41+114=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B92972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92972 is #46D68D. Grayscale: #5C5C5C. Windows color (decimal): -4642446 or 7481785. OLE color: 7481785.

HSL color Cylindrical-coordinate representation of color #B92972: hue angle of 329.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92972 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18541114-
CMYK00.780.380.27
HSL329.58º63.72%44.31%-
HSV(B)329.58º77.84%72.55%-
XYZ23.8413.1217.19-
YUV92.38140.21194.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 41 (16.41% from 255) = 12.06%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=54.41%
G=12.06%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854111400.780.380.27329.5863.7244.31
HexB9297204E261B14a402c
Octal271511620116463351210054
Binary10111001101001111001001001110100110110111010010101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92972; }

 p { color: rgb(185,41,114); }

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

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

 a { background-color: rgb(185,41,114); }

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

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

 span { border-color: rgb(185,41,114); }

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