#B62AAB

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

Shades of Medium Red Violet #B62AAB

Tints of Medium Red Violet #B62AAB

Color information

#B62AAB (or 0xB62AAB) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and AB. RGB value is (182,42,171). Sum of RGB (Red+Green+Blue) = 182+42+171=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B62AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62AAB is #49D554. Grayscale: #626262. Windows color (decimal): -4838741 or 11217590. OLE color: 11217590.

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

Color convert

RGB18242171-
CMYK00.770.060.29
HSL304.71º62.5%43.92%-
HSV(B)304.71º76.92%71.37%-
XYZ27.4714.5439.89-
YUV98.57168.88187.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 42 (16.80% from 255) = 10.63%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=46.08%
G=10.63%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824217100.770.060.29304.7162.543.92
HexB62AAB04D61D1313e2c
Octal2665225301156354617654
Binary10110110101010101010110100110111011101100110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62AAB; }

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

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

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

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

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

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

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

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