Shades of Medium Violet Red #B2008F
Tints of Medium Violet Red #B2008F
RGB
CMYK
RGB Variations
Color information
#B2008F (or 0xB2008F) is known color: Medium Violet Red. HEX triplet: B2, 00 and 8F. RGB value is (178,0,143). Sum of RGB (Red+Green+Blue) = 178+0+143=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2008F is #4DFF70. Grayscale: #454545. Windows color (decimal): -5111665 or 9371826. OLE color: 9371826.
HSL color Cylindrical-coordinate representation of color #B2008F: hue angle of 311.8º 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 #B2008F is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.20 | 0.30 |
| HSL | 311.8º | 1% | 0.35% | - |
| HSV(B) | 311.8º | 1% | 0.7% | - |
| XYZ | 23.32 | 11.45 | 26.97 | - |
| YUV | 69.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 143 | 0 | 1 | 0.20 | 0.30 | 311.8 | 1 | 0.35 |
| Hex | B2 | 0 | 8F | 0 | 64 | 14 | 1E | 138 | 64 | 23 |
| Octal | 262 | 0 | 217 | 0 | 144 | 24 | 36 | 470 | 144 | 43 |
| Binary | 10110010 | 0 | 10001111 | 0 | 1100100 | 10100 | 11110 | 100111000 | 1100100 | 100011 |
Color Harmonies of #B2008F
Complementary color
Monochromatic Colors of #B2008F
Black with #B2008F
Text Example
Text Example
White with #B2008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2008F; }
p { color: rgb(178,0,143); }
H1.HeaderClassName
{
color: #B2008F;
}
.AnyTagClassName
{
color: #B2008F;
}
</style>
background-color css
<style>
a { background-color: #B2008F; }
a { background-color: rgb(178,0,143); }
div.DivClassName
{
background-color: #B2008F;
}
.BgClassName
{
background-color: #B2008F;
}
</style>
border-color css
<style>
span { border-color: #B2008F; }
span { border-color: rgb(178,0,143); }
td.TdClassName
{
border-color: #B2008F;
}
.TagClassName
{
border-color: #B2008F;
}
</style>