Shades of Medium Violet Red #B6008C
Tints of Medium Violet Red #B6008C
RGB
CMYK
RGB Variations
Color information
#B6008C (or 0xB6008C) is known color: Medium Violet Red. HEX triplet: B6, 00 and 8C. RGB value is (182,0,140). Sum of RGB (Red+Green+Blue) = 182+0+140=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6008C is #49FF73. Grayscale: #464646. Windows color (decimal): -4849524 or 9175222. OLE color: 9175222.
HSL color Cylindrical-coordinate representation of color #B6008C: hue angle of 313.85º 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 #B6008C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.23 | 0.29 |
| HSL | 313.85º | 1% | 0.36% | - |
| HSV(B) | 313.85º | 1% | 0.71% | - |
| XYZ | 24.03 | 11.84 | 25.83 | - |
| YUV | 70.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 140 | 0 | 1 | 0.23 | 0.29 | 313.85 | 1 | 0.36 |
| Hex | B6 | 0 | 8C | 0 | 64 | 17 | 1D | 13A | 64 | 24 |
| Octal | 266 | 0 | 214 | 0 | 144 | 27 | 35 | 472 | 144 | 44 |
| Binary | 10110110 | 0 | 10001100 | 0 | 1100100 | 10111 | 11101 | 100111010 | 1100100 | 100100 |
Color Harmonies of #B6008C
Complementary color
Monochromatic Colors of #B6008C
Black with #B6008C
Text Example
Text Example
White with #B6008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6008C; }
p { color: rgb(182,0,140); }
H1.HeaderClassName
{
color: #B6008C;
}
.AnyTagClassName
{
color: #B6008C;
}
</style>
background-color css
<style>
a { background-color: #B6008C; }
a { background-color: rgb(182,0,140); }
div.DivClassName
{
background-color: #B6008C;
}
.BgClassName
{
background-color: #B6008C;
}
</style>
border-color css
<style>
span { border-color: #B6008C; }
span { border-color: rgb(182,0,140); }
td.TdClassName
{
border-color: #B6008C;
}
.TagClassName
{
border-color: #B6008C;
}
</style>