Shades of Fuchsia #BB33B9
Tints of Fuchsia #BB33B9
RGB
CMYK
RGB Variations
Color information
#BB33B9 (or 0xBB33B9) is known color: Fuchsia. HEX triplet: BB, 33 and B9. RGB value is (187,51,185). Sum of RGB (Red+Green+Blue) = 187+51+185=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33B9 is #44CC46. Grayscale: #6A6A6A. Windows color (decimal): -4508743 or 12137403. OLE color: 12137403.
HSL color Cylindrical-coordinate representation of color #BB33B9: hue angle of 300.88º 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 #BB33B9 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 185 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.27 |
| HSL | 300.88º | 0.57% | 0.47% | - |
| HSV(B) | 300.88º | 0.73% | 0.73% | - |
| XYZ | 30.43 | 16.44 | 47.47 | - |
| YUV | 106.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 185 | 0 | 0.73 | 0.01 | 0.27 | 300.88 | 0.57 | 0.47 |
| Hex | BB | 33 | B9 | 0 | 49 | 1 | 1B | 12D | 39 | 2F |
| Octal | 273 | 63 | 271 | 0 | 111 | 1 | 33 | 455 | 71 | 57 |
| Binary | 10111011 | 110011 | 10111001 | 0 | 1001001 | 1 | 11011 | 100101101 | 111001 | 101111 |
Color Harmonies of #BB33B9
Complementary color
Monochromatic Colors of #BB33B9
Black with #BB33B9
Text Example
Text Example
White with #BB33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33B9; }
p { color: rgb(187,51,185); }
H1.HeaderClassName
{
color: #BB33B9;
}
.AnyTagClassName
{
color: #BB33B9;
}
</style>
background-color css
<style>
a { background-color: #BB33B9; }
a { background-color: rgb(187,51,185); }
div.DivClassName
{
background-color: #BB33B9;
}
.BgClassName
{
background-color: #BB33B9;
}
</style>
border-color css
<style>
span { border-color: #BB33B9; }
span { border-color: rgb(187,51,185); }
td.TdClassName
{
border-color: #BB33B9;
}
.TagClassName
{
border-color: #BB33B9;
}
</style>