Shades of Deep Magenta #BB23AF
Tints of Deep Magenta #BB23AF
RGB
CMYK
RGB Variations
Color information
#BB23AF (or 0xBB23AF) is known color: Deep Magenta. HEX triplet: BB, 23 and AF. RGB value is (187,35,175). Sum of RGB (Red+Green+Blue) = 187+35+175=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23AF is #44DC50. Grayscale: #606060. Windows color (decimal): -4512849 or 11477947. OLE color: 11477947.
HSL color Cylindrical-coordinate representation of color #BB23AF: hue angle of 304.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB23AF is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 175 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.27 |
| HSL | 304.74º | 0.68% | 0.44% | - |
| HSV(B) | 304.74º | 0.81% | 0.73% | - |
| XYZ | 28.83 | 14.86 | 41.91 | - |
| YUV | 96.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 175 | 0 | 0.81 | 0.06 | 0.27 | 304.74 | 0.68 | 0.44 |
| Hex | BB | 23 | AF | 0 | 51 | 6 | 1B | 131 | 44 | 2C |
| Octal | 273 | 43 | 257 | 0 | 121 | 6 | 33 | 461 | 104 | 54 |
| Binary | 10111011 | 100011 | 10101111 | 0 | 1010001 | 110 | 11011 | 100110001 | 1000100 | 101100 |
Color Harmonies of #BB23AF
Complementary color
Monochromatic Colors of #BB23AF
Black with #BB23AF
Text Example
Text Example
White with #BB23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23AF; }
p { color: rgb(187,35,175); }
H1.HeaderClassName
{
color: #BB23AF;
}
.AnyTagClassName
{
color: #BB23AF;
}
</style>
background-color css
<style>
a { background-color: #BB23AF; }
a { background-color: rgb(187,35,175); }
div.DivClassName
{
background-color: #BB23AF;
}
.BgClassName
{
background-color: #BB23AF;
}
</style>
border-color css
<style>
span { border-color: #BB23AF; }
span { border-color: rgb(187,35,175); }
td.TdClassName
{
border-color: #BB23AF;
}
.TagClassName
{
border-color: #BB23AF;
}
</style>