#B62B86

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

Shades of Medium Red Violet #B62B86

Tints of Medium Red Violet #B62B86

Color information

#B62B86 (or 0xB62B86) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2B and 86. RGB value is (182,43,134). Sum of RGB (Red+Green+Blue) = 182+43+134=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62B86 is #49D479. Grayscale: #5E5E5E. Windows color (decimal): -4838522 or 8793014. OLE color: 8793014.

HSL color Cylindrical-coordinate representation of color #B62B86: hue angle of 320.72º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B86 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18243134-
CMYK00.760.260.29
HSL320.72º61.78%44.12%-
HSV(B)320.72º76.37%71.37%-
XYZ24.4613.3923.85-
YUV94.93150.05190.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 43 (17.19% from 255) = 11.98%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=50.70%
G=11.98%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824313400.760.260.29320.7261.7844.12
HexB62B8604C1A1D1413e2c
Octal26653206011432355017654
Binary1011011010101110000110010011001101011101101000001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B86; }

 p { color: rgb(182,43,134); }

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

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

 a { background-color: rgb(182,43,134); }

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

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

 span { border-color: rgb(182,43,134); }

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