#B62EA6

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

Shades of Medium Red Violet #B62EA6

Tints of Medium Red Violet #B62EA6

Color information

#B62EA6 (or 0xB62EA6) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2E and A6. RGB value is (182,46,166). Sum of RGB (Red+Green+Blue) = 182+46+166=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B62EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62EA6 is #49D159. Grayscale: #646464. Windows color (decimal): -4837722 or 10890934. OLE color: 10890934.

HSL color Cylindrical-coordinate representation of color #B62EA6: hue angle of 307.06º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62EA6 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18246166-
CMYK00.750.090.29
HSL307.06º59.65%44.71%-
HSV(B)307.06º74.73%71.37%-
XYZ27.1514.6537.47-
YUV100.34165.06186.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 46 (18.36% from 255) = 11.68%
BLUE value IS 166 (65.23% from 255) = 42.13%
R=46.19%
G=11.68%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824616600.750.090.29307.0659.6544.71
HexB62EA604B91D1333c2d
Octal26656246011311354637455
Binary101101101011101010011001001011100111101100110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62EA6; }

 p { color: rgb(182,46,166); }

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

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

 a { background-color: rgb(182,46,166); }

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

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

 span { border-color: rgb(182,46,166); }

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