#B92470

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

Shades of Medium Red Violet #B92470

Tints of Medium Red Violet #B92470

Color information

#B92470 (or 0xB92470) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and 70. RGB value is (185,36,112). Sum of RGB (Red+Green+Blue) = 185+36+112=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B92470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92470 is #46DB8F. Grayscale: #595959. Windows color (decimal): -4643728 or 7349433. OLE color: 7349433.

HSL color Cylindrical-coordinate representation of color #B92470: hue angle of 329.4º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92470 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18536112-
CMYK00.810.390.27
HSL329.4º67.42%43.33%-
HSV(B)329.4º80.54%72.55%-
XYZ23.5612.7516.55-
YUV89.22140.86196.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=55.56%
G=10.81%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853611200.810.390.27329.467.4243.33
HexB92470051271B149432b
Octal271441600121473351110353
Binary10111001100100111000001010001100111110111010010011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92470; }

 p { color: rgb(185,36,112); }

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

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

 a { background-color: rgb(185,36,112); }

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

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

 span { border-color: rgb(185,36,112); }

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