#B62176

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

Shades of Medium Red Violet #B62176

Tints of Medium Red Violet #B62176

Color information

#B62176 (or 0xB62176) is unknown color: approx Medium Red Violet. HEX triplet: B6, 21 and 76. RGB value is (182,33,118). Sum of RGB (Red+Green+Blue) = 182+33+118=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B62176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62176 is #49DE89. Grayscale: #575757. Windows color (decimal): -4841098 or 7741878. OLE color: 7741878.

HSL color Cylindrical-coordinate representation of color #B62176: hue angle of 325.77º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62176 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18233118-
CMYK00.820.350.29
HSL325.77º69.3%42.16%-
HSV(B)325.77º81.87%71.37%-
XYZ23.1112.3418.3-
YUV87.24145.36195.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=54.65%
G=9.91%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823311800.820.350.29325.7769.342.16
HexB62176052231D146452a
Octal266411660122433550610552
Binary10110110100001111011001010010100011111011010001101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62176; }

 p { color: rgb(182,33,118); }

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

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

 a { background-color: rgb(182,33,118); }

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

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

 span { border-color: rgb(182,33,118); }

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