Shades of Fuchsia #BB37AB
Tints of Fuchsia #BB37AB
RGB
CMYK
RGB Variations
Color information
#BB37AB (or 0xBB37AB) is known color: Fuchsia. HEX triplet: BB, 37 and AB. RGB value is (187,55,171). Sum of RGB (Red+Green+Blue) = 187+55+171=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37AB is #44C854. Grayscale: #6B6B6B. Windows color (decimal): -4507733 or 11220923. OLE color: 11220923.
HSL color Cylindrical-coordinate representation of color #BB37AB: hue angle of 307.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB37AB is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 171 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.27 |
| HSL | 307.27º | 0.55% | 0.47% | - |
| HSV(B) | 307.27º | 0.71% | 0.73% | - |
| XYZ | 29.21 | 16.24 | 40.12 | - |
| YUV | 107.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 171 | 0 | 0.71 | 0.09 | 0.27 | 307.27 | 0.55 | 0.47 |
| Hex | BB | 37 | AB | 0 | 47 | 9 | 1B | 133 | 37 | 2F |
| Octal | 273 | 67 | 253 | 0 | 107 | 11 | 33 | 463 | 67 | 57 |
| Binary | 10111011 | 110111 | 10101011 | 0 | 1000111 | 1001 | 11011 | 100110011 | 110111 | 101111 |
Color Harmonies of #BB37AB
Complementary color
Monochromatic Colors of #BB37AB
Black with #BB37AB
Text Example
Text Example
White with #BB37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37AB; }
p { color: rgb(187,55,171); }
H1.HeaderClassName
{
color: #BB37AB;
}
.AnyTagClassName
{
color: #BB37AB;
}
</style>
background-color css
<style>
a { background-color: #BB37AB; }
a { background-color: rgb(187,55,171); }
div.DivClassName
{
background-color: #BB37AB;
}
.BgClassName
{
background-color: #BB37AB;
}
</style>
border-color css
<style>
span { border-color: #BB37AB; }
span { border-color: rgb(187,55,171); }
td.TdClassName
{
border-color: #BB37AB;
}
.TagClassName
{
border-color: #BB37AB;
}
</style>