#B62A70

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

Shades of Medium Red Violet #B62A70

Tints of Medium Red Violet #B62A70

Color information

#B62A70 (or 0xB62A70) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and 70. RGB value is (182,42,112). Sum of RGB (Red+Green+Blue) = 182+42+112=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A70 is #49D58F. Grayscale: #5B5B5B. Windows color (decimal): -4838800 or 7350966. OLE color: 7350966.

HSL color Cylindrical-coordinate representation of color #B62A70: hue angle of 330º 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 #B62A70 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18242112-
CMYK00.770.380.29
HSL330º62.5%43.92%-
HSV(B)330º76.92%71.37%-
XYZ23.0412.7716.58-
YUV91.84139.38192.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=54.17%
G=12.5%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824211200.770.380.2933062.543.92
HexB62A7004D261D14a3e2c
Octal26652160011546355127654
Binary1011011010101011100000100110110011011101101001010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A70; }

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

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

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

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

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

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

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

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