Shades of Medium Violet Red #B2007B
Tints of Medium Violet Red #B2007B
RGB
CMYK
RGB Variations
Color information
#B2007B (or 0xB2007B) is known color: Medium Violet Red. HEX triplet: B2, 00 and 7B. RGB value is (178,0,123). Sum of RGB (Red+Green+Blue) = 178+0+123=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B2007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2007B is #4DFF84. Grayscale: #424242. Windows color (decimal): -5111685 or 8061106. OLE color: 8061106.
HSL color Cylindrical-coordinate representation of color #B2007B: hue angle of 318.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2007B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.31 | 0.30 |
| HSL | 318.54º | 1% | 0.35% | - |
| HSV(B) | 318.54º | 1% | 0.7% | - |
| XYZ | 21.94 | 10.9 | 19.69 | - |
| YUV | 67.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 123 | 0 | 1 | 0.31 | 0.30 | 318.54 | 1 | 0.35 |
| Hex | B2 | 0 | 7B | 0 | 64 | 1F | 1E | 13F | 64 | 23 |
| Octal | 262 | 0 | 173 | 0 | 144 | 37 | 36 | 477 | 144 | 43 |
| Binary | 10110010 | 0 | 1111011 | 0 | 1100100 | 11111 | 11110 | 100111111 | 1100100 | 100011 |
Color Harmonies of #B2007B
Complementary color
Monochromatic Colors of #B2007B
Black with #B2007B
Text Example
Text Example
White with #B2007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2007B; }
p { color: rgb(178,0,123); }
H1.HeaderClassName
{
color: #B2007B;
}
.AnyTagClassName
{
color: #B2007B;
}
</style>
background-color css
<style>
a { background-color: #B2007B; }
a { background-color: rgb(178,0,123); }
div.DivClassName
{
background-color: #B2007B;
}
.BgClassName
{
background-color: #B2007B;
}
</style>
border-color css
<style>
span { border-color: #B2007B; }
span { border-color: rgb(178,0,123); }
td.TdClassName
{
border-color: #B2007B;
}
.TagClassName
{
border-color: #B2007B;
}
</style>