#B6008E

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

Shades of Medium Violet Red #B6008E

Tints of Medium Violet Red #B6008E

Color information

#B6008E (or 0xB6008E) is unknown color: approx Medium Violet Red. HEX triplet: B6, 00 and 8E. RGB value is (182,0,142). Sum of RGB (Red+Green+Blue) = 182+0+142=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6008E is #49FF71. Grayscale: #464646. Windows color (decimal): -4849522 or 9306294. OLE color: 9306294.

HSL color Cylindrical-coordinate representation of color #B6008E: hue angle of 313.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6008E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB1820142-
CMYK010.220.29
HSL313.19º100%35.69%-
HSV(B)313.19º100%71.37%-
XYZ24.1711.926.61-
YUV70.61168.3207.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=56.17%
G=0%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820142010.220.29313.1910035.69
HexB608E064161D1396424
Octal26602160144263547114444
Binary101101100100011100110010010110111011001110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6008E; }

 p { color: rgb(182,0,142); }

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

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

 a { background-color: rgb(182,0,142); }

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

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

 span { border-color: rgb(182,0,142); }

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