Shades of Deep Magenta #B00FB2
Tints of Deep Magenta #B00FB2
RGB
CMYK
RGB Variations
Color information
#B00FB2 (or 0xB00FB2) is known color: Deep Magenta. HEX triplet: B0, 0F and B2. RGB value is (176,15,178). Sum of RGB (Red+Green+Blue) = 176+15+178=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #B00FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00FB2 is #4FF04D. Grayscale: #515151. Windows color (decimal): -5238862 or 11669424. OLE color: 11669424.
HSL color Cylindrical-coordinate representation of color #B00FB2: hue angle of 299.26º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00FB2 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 15 | 178 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.30 |
| HSL | 299.26º | 0.84% | 0.38% | - |
| HSV(B) | 299.26º | 0.92% | 0.7% | - |
| XYZ | 26.11 | 12.79 | 43.21 | - |
| YUV | 81.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 178 | 0.01 | 0.92 | 0 | 0.30 | 299.26 | 0.84 | 0.38 |
| Hex | B0 | F | B2 | 1 | 5C | 0 | 1E | 12B | 54 | 26 |
| Octal | 260 | 17 | 262 | 1 | 134 | 0 | 36 | 453 | 124 | 46 |
| Binary | 10110000 | 1111 | 10110010 | 1 | 1011100 | 0 | 11110 | 100101011 | 1010100 | 100110 |
Color Harmonies of #B00FB2
Complementary color
Monochromatic Colors of #B00FB2
Black with #B00FB2
Text Example
Text Example
White with #B00FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FB2; }
p { color: rgb(176,15,178); }
H1.HeaderClassName
{
color: #B00FB2;
}
.AnyTagClassName
{
color: #B00FB2;
}
</style>
background-color css
<style>
a { background-color: #B00FB2; }
a { background-color: rgb(176,15,178); }
div.DivClassName
{
background-color: #B00FB2;
}
.BgClassName
{
background-color: #B00FB2;
}
</style>
border-color css
<style>
span { border-color: #B00FB2; }
span { border-color: rgb(176,15,178); }
td.TdClassName
{
border-color: #B00FB2;
}
.TagClassName
{
border-color: #B00FB2;
}
</style>