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