#B02173

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

Shades of Medium Red Violet #B02173

Tints of Medium Red Violet #B02173

Color information

#B02173 (or 0xB02173) is unknown color: approx Medium Red Violet. HEX triplet: B0, 21 and 73. RGB value is (176,33,115). Sum of RGB (Red+Green+Blue) = 176+33+115=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B02173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02173 is #4FDE8C. Grayscale: #545454. Windows color (decimal): -5234317 or 7545264. OLE color: 7545264.

HSL color Cylindrical-coordinate representation of color #B02173: hue angle of 325.59º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02173 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17633115-
CMYK00.810.350.31
HSL325.59º68.42%40.98%-
HSV(B)325.59º81.25%69.02%-
XYZ21.5411.5617.31-
YUV85.1144.88192.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=54.32%
G=10.19%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763311500.810.350.31325.5968.4240.98
HexB02173051231F1464429
Octal260411630121433750610451
Binary10110000100001111001101010001100011111111010001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02173; }

 p { color: rgb(176,33,115); }

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

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

 a { background-color: rgb(176,33,115); }

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

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

 span { border-color: rgb(176,33,115); }

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