Shades of Medium Violet Red #B7009B
Tints of Medium Violet Red #B7009B
RGB
CMYK
RGB Variations
Color information
#B7009B (or 0xB7009B) is known color: Medium Violet Red. HEX triplet: B7, 00 and 9B. RGB value is (183,0,155). Sum of RGB (Red+Green+Blue) = 183+0+155=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7009B is #48FF64. Grayscale: #474747. Windows color (decimal): -4783973 or 10158263. OLE color: 10158263.
HSL color Cylindrical-coordinate representation of color #B7009B: hue angle of 309.18º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7009B is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.15 | 0.28 |
| HSL | 309.18º | 1% | 0.36% | - |
| HSV(B) | 309.18º | 1% | 0.72% | - |
| XYZ | 25.44 | 12.43 | 32.07 | - |
| YUV | 72.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 155 | 0 | 1 | 0.15 | 0.28 | 309.18 | 1 | 0.36 |
| Hex | B7 | 0 | 9B | 0 | 64 | F | 1C | 135 | 64 | 24 |
| Octal | 267 | 0 | 233 | 0 | 144 | 17 | 34 | 465 | 144 | 44 |
| Binary | 10110111 | 0 | 10011011 | 0 | 1100100 | 1111 | 11100 | 100110101 | 1100100 | 100100 |
Color Harmonies of #B7009B
Complementary color
Monochromatic Colors of #B7009B
Black with #B7009B
Text Example
Text Example
White with #B7009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7009B; }
p { color: rgb(183,0,155); }
H1.HeaderClassName
{
color: #B7009B;
}
.AnyTagClassName
{
color: #B7009B;
}
</style>
background-color css
<style>
a { background-color: #B7009B; }
a { background-color: rgb(183,0,155); }
div.DivClassName
{
background-color: #B7009B;
}
.BgClassName
{
background-color: #B7009B;
}
</style>
border-color css
<style>
span { border-color: #B7009B; }
span { border-color: rgb(183,0,155); }
td.TdClassName
{
border-color: #B7009B;
}
.TagClassName
{
border-color: #B7009B;
}
</style>