Shades of Deep Magenta #BB07CF
Tints of Deep Magenta #BB07CF
RGB
CMYK
RGB Variations
Color information
#BB07CF (or 0xBB07CF) is known color: Deep Magenta. HEX triplet: BB, 07 and CF. RGB value is (187,7,207). Sum of RGB (Red+Green+Blue) = 187+7+207=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB07CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07CF is #44F830. Grayscale: #535353. Windows color (decimal): -4519985 or 13567931. OLE color: 13567931.
HSL color Cylindrical-coordinate representation of color #BB07CF: hue angle of 294º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB07CF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 7 | 207 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.19 |
| HSL | 294º | 0.93% | 0.42% | - |
| HSV(B) | 294º | 0.97% | 0.81% | - |
| XYZ | 31.83 | 15.22 | 60.29 | - |
| YUV | 83.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 207 | 0.10 | 0.97 | 0 | 0.19 | 294 | 0.93 | 0.42 |
| Hex | BB | 7 | CF | A | 61 | 0 | 13 | 126 | 5D | 2A |
| Octal | 273 | 7 | 317 | 12 | 141 | 0 | 23 | 446 | 135 | 52 |
| Binary | 10111011 | 111 | 11001111 | 1010 | 1100001 | 0 | 10011 | 100100110 | 1011101 | 101010 |
Color Harmonies of #BB07CF
Complementary color
Monochromatic Colors of #BB07CF
Black with #BB07CF
Text Example
Text Example
White with #BB07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB07CF; }
p { color: rgb(187,7,207); }
H1.HeaderClassName
{
color: #BB07CF;
}
.AnyTagClassName
{
color: #BB07CF;
}
</style>
background-color css
<style>
a { background-color: #BB07CF; }
a { background-color: rgb(187,7,207); }
div.DivClassName
{
background-color: #BB07CF;
}
.BgClassName
{
background-color: #BB07CF;
}
</style>
border-color css
<style>
span { border-color: #BB07CF; }
span { border-color: rgb(187,7,207); }
td.TdClassName
{
border-color: #BB07CF;
}
.TagClassName
{
border-color: #BB07CF;
}
</style>