#B62A79

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

Shades of Medium Red Violet #B62A79

Tints of Medium Red Violet #B62A79

Color information

#B62A79 (or 0xB62A79) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and 79. RGB value is (182,42,121). Sum of RGB (Red+Green+Blue) = 182+42+121=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A79 is #49D586. Grayscale: #5C5C5C. Windows color (decimal): -4838791 or 7940790. OLE color: 7940790.

HSL color Cylindrical-coordinate representation of color #B62A79: hue angle of 326.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A79 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18242121-
CMYK00.770.340.29
HSL326.14º62.5%43.92%-
HSV(B)326.14º76.92%71.37%-
XYZ23.5712.9819.35-
YUV92.87143.88191.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=52.75%
G=12.17%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824212100.770.340.29326.1462.543.92
HexB62A7904D221D1463e2c
Octal26652171011542355067654
Binary1011011010101011110010100110110001011101101000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A79; }

 p { color: rgb(182,42,121); }

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

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

 a { background-color: rgb(182,42,121); }

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

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

 span { border-color: rgb(182,42,121); }

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