#B62AA1

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

Shades of Medium Red Violet #B62AA1

Tints of Medium Red Violet #B62AA1

Color information

#B62AA1 (or 0xB62AA1) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and A1. RGB value is (182,42,161). Sum of RGB (Red+Green+Blue) = 182+42+161=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B62AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62AA1 is #49D55E. Grayscale: #616161. Windows color (decimal): -4838751 or 10562230. OLE color: 10562230.

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

Color convert

RGB18242161-
CMYK00.770.120.29
HSL309º62.5%43.92%-
HSV(B)309º76.92%71.37%-
XYZ26.5514.1735.05-
YUV97.43163.88188.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 42 (16.80% from 255) = 10.91%
BLUE value IS 161 (63.28% from 255) = 41.82%
R=47.27%
G=10.91%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824216100.770.120.2930962.543.92
HexB62AA104DC1D1353e2c
Octal26652241011514354657654
Binary101101101010101010000101001101110011101100110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62AA1; }

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

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

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

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

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

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

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

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