#B62A89

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

Shades of Medium Red Violet #B62A89

Tints of Medium Red Violet #B62A89

Color information

#B62A89 (or 0xB62A89) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and 89. RGB value is (182,42,137). Sum of RGB (Red+Green+Blue) = 182+42+137=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A89 is #49D576. Grayscale: #5E5E5E. Windows color (decimal): -4838775 or 8989366. OLE color: 8989366.

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

Color convert

RGB18242137-
CMYK00.770.250.29
HSL319.29º62.5%43.92%-
HSV(B)319.29º76.92%71.37%-
XYZ24.6313.4124.96-
YUV94.69151.88190.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=50.42%
G=11.63%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824213700.770.250.29319.2962.543.92
HexB62A8904D191D13f3e2c
Octal26652211011531354777654
Binary1011011010101010001001010011011100111101100111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A89; }

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

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

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

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

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

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

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

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