#B6408B

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

Shades of Medium Red Violet #B6408B

Tints of Medium Red Violet #B6408B

Color information

#B6408B (or 0xB6408B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 40 and 8B. RGB value is (182,64,139). Sum of RGB (Red+Green+Blue) = 182+64+139=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6408B is #49BF74. Grayscale: #6B6B6B. Windows color (decimal): -4833141 or 9126070. OLE color: 9126070.

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

Color convert

RGB18264139-
CMYK00.650.240.29
HSL321.86º47.97%48.24%-
HSV(B)321.86º64.84%71.37%-
XYZ25.7915.4826.05-
YUV107.83145.59180.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=47.27%
G=16.62%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826413900.650.240.29321.8647.9748.24
HexB6408B041181D1423030
Octal266100213010130355026060
Binary10110110100000010001011010000011100011101101000010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6408B; }

 p { color: rgb(182,64,139); }

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

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

 a { background-color: rgb(182,64,139); }

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

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

 span { border-color: rgb(182,64,139); }

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