Shades of Medium Violet Red #B6007E
Tints of Medium Violet Red #B6007E
RGB
CMYK
RGB Variations
Color information
#B6007E (or 0xB6007E) is known color: Medium Violet Red. HEX triplet: B6, 00 and 7E. RGB value is (182,0,126). Sum of RGB (Red+Green+Blue) = 182+0+126=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6007E is #49FF81. Grayscale: #444444. Windows color (decimal): -4849538 or 8257718. OLE color: 8257718.
HSL color Cylindrical-coordinate representation of color #B6007E: hue angle of 318.46º 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 #B6007E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.31 | 0.29 |
| HSL | 318.46º | 1% | 0.36% | - |
| HSV(B) | 318.46º | 1% | 0.71% | - |
| XYZ | 23.06 | 11.45 | 20.73 | - |
| YUV | 68.78 | 160.3 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 126 | 0 | 1 | 0.31 | 0.29 | 318.46 | 1 | 0.36 |
| Hex | B6 | 0 | 7E | 0 | 64 | 1F | 1D | 13E | 64 | 24 |
| Octal | 266 | 0 | 176 | 0 | 144 | 37 | 35 | 476 | 144 | 44 |
| Binary | 10110110 | 0 | 1111110 | 0 | 1100100 | 11111 | 11101 | 100111110 | 1100100 | 100100 |
Color Harmonies of #B6007E
Complementary color
Monochromatic Colors of #B6007E
Black with #B6007E
Text Example
Text Example
White with #B6007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6007E; }
p { color: rgb(182,0,126); }
H1.HeaderClassName
{
color: #B6007E;
}
.AnyTagClassName
{
color: #B6007E;
}
</style>
background-color css
<style>
a { background-color: #B6007E; }
a { background-color: rgb(182,0,126); }
div.DivClassName
{
background-color: #B6007E;
}
.BgClassName
{
background-color: #B6007E;
}
</style>
border-color css
<style>
span { border-color: #B6007E; }
span { border-color: rgb(182,0,126); }
td.TdClassName
{
border-color: #B6007E;
}
.TagClassName
{
border-color: #B6007E;
}
</style>