Shades of Fuchsia #BB39A8
Tints of Fuchsia #BB39A8
RGB
CMYK
RGB Variations
Color information
#BB39A8 (or 0xBB39A8) is known color: Fuchsia. HEX triplet: BB, 39 and A8. RGB value is (187,57,168). Sum of RGB (Red+Green+Blue) = 187+57+168=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39A8 is #44C657. Grayscale: #6C6C6C. Windows color (decimal): -4507224 or 11024827. OLE color: 11024827.
HSL color Cylindrical-coordinate representation of color #BB39A8: hue angle of 308.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB39A8 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 168 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.27 |
| HSL | 308.77º | 0.53% | 0.48% | - |
| HSV(B) | 308.77º | 0.7% | 0.73% | - |
| XYZ | 29.02 | 16.32 | 38.67 | - |
| YUV | 108.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 168 | 0 | 0.70 | 0.10 | 0.27 | 308.77 | 0.53 | 0.48 |
| Hex | BB | 39 | A8 | 0 | 46 | A | 1B | 135 | 35 | 30 |
| Octal | 273 | 71 | 250 | 0 | 106 | 12 | 33 | 465 | 65 | 60 |
| Binary | 10111011 | 111001 | 10101000 | 0 | 1000110 | 1010 | 11011 | 100110101 | 110101 | 110000 |
Color Harmonies of #BB39A8
Complementary color
Monochromatic Colors of #BB39A8
Black with #BB39A8
Text Example
Text Example
White with #BB39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39A8; }
p { color: rgb(187,57,168); }
H1.HeaderClassName
{
color: #BB39A8;
}
.AnyTagClassName
{
color: #BB39A8;
}
</style>
background-color css
<style>
a { background-color: #BB39A8; }
a { background-color: rgb(187,57,168); }
div.DivClassName
{
background-color: #BB39A8;
}
.BgClassName
{
background-color: #BB39A8;
}
</style>
border-color css
<style>
span { border-color: #BB39A8; }
span { border-color: rgb(187,57,168); }
td.TdClassName
{
border-color: #BB39A8;
}
.TagClassName
{
border-color: #BB39A8;
}
</style>