#b92073

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

Shades of Medium Violet Red #B92073

Tints of Medium Violet Red #B92073

Color information

#B92073 (or 0xB92073) is unknown color: approx Medium Violet Red. HEX triplet: B9, 20 and 73. RGB value is (185,32,115). Sum of RGB (Red+Green+Blue) = 185+32+115=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B92073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92073 is #46DF8C. Grayscale: #575757. Windows color (decimal): -4644749 or 7545017. OLE color: 7545017.

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

Color convert

RGB18532115-
CMYK00.830.380.27
HSL327.45º70.51%42.55%-
HSV(B)327.45º82.7%72.55%-
XYZ23.6212.5917.4-
YUV87.21143.69197.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 32 (12.89% from 255) = 9.64%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=55.72%
G=9.64%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853211500.830.380.27327.4570.5142.55
HexB92073053261B147472b
Octal271401630123463350710753
Binary10111001100000111001101010011100110110111010001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b92073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b92073; }

 p { color: rgb(185,32,115); }

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

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

 a { background-color: rgb(185,32,115); }

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

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

 span { border-color: rgb(185,32,115); }

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