Shades of Fuchsia #BB33B0
Tints of Fuchsia #BB33B0
RGB
CMYK
RGB Variations
Color information
#BB33B0 (or 0xBB33B0) is known color: Fuchsia. HEX triplet: BB, 33 and B0. RGB value is (187,51,176). Sum of RGB (Red+Green+Blue) = 187+51+176=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33B0 is #44CC4F. Grayscale: #696969. Windows color (decimal): -4508752 or 11547579. OLE color: 11547579.
HSL color Cylindrical-coordinate representation of color #BB33B0: hue angle of 304.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB33B0 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 176 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.27 |
| HSL | 304.85º | 0.57% | 0.47% | - |
| HSV(B) | 304.85º | 0.73% | 0.73% | - |
| XYZ | 29.51 | 16.07 | 42.62 | - |
| YUV | 105.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 176 | 0 | 0.73 | 0.06 | 0.27 | 304.85 | 0.57 | 0.47 |
| Hex | BB | 33 | B0 | 0 | 49 | 6 | 1B | 131 | 39 | 2F |
| Octal | 273 | 63 | 260 | 0 | 111 | 6 | 33 | 461 | 71 | 57 |
| Binary | 10111011 | 110011 | 10110000 | 0 | 1001001 | 110 | 11011 | 100110001 | 111001 | 101111 |
Color Harmonies of #BB33B0
Complementary color
Monochromatic Colors of #BB33B0
Black with #BB33B0
Text Example
Text Example
White with #BB33B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33B0; }
p { color: rgb(187,51,176); }
H1.HeaderClassName
{
color: #BB33B0;
}
.AnyTagClassName
{
color: #BB33B0;
}
</style>
background-color css
<style>
a { background-color: #BB33B0; }
a { background-color: rgb(187,51,176); }
div.DivClassName
{
background-color: #BB33B0;
}
.BgClassName
{
background-color: #BB33B0;
}
</style>
border-color css
<style>
span { border-color: #BB33B0; }
span { border-color: rgb(187,51,176); }
td.TdClassName
{
border-color: #BB33B0;
}
.TagClassName
{
border-color: #BB33B0;
}
</style>