Shades of Fuchsia #BB33B5
Tints of Fuchsia #BB33B5
RGB
CMYK
RGB Variations
Color information
#BB33B5 (or 0xBB33B5) is known color: Fuchsia. HEX triplet: BB, 33 and B5. RGB value is (187,51,181). Sum of RGB (Red+Green+Blue) = 187+51+181=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33B5 is #44CC4A. Grayscale: #6A6A6A. Windows color (decimal): -4508747 or 11875259. OLE color: 11875259.
HSL color Cylindrical-coordinate representation of color #BB33B5: hue angle of 302.65º 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 #BB33B5 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 181 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.27 |
| HSL | 302.65º | 0.57% | 0.47% | - |
| HSV(B) | 302.65º | 0.73% | 0.73% | - |
| XYZ | 30.02 | 16.27 | 45.27 | - |
| YUV | 106.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 181 | 0 | 0.73 | 0.03 | 0.27 | 302.65 | 0.57 | 0.47 |
| Hex | BB | 33 | B5 | 0 | 49 | 3 | 1B | 12F | 39 | 2F |
| Octal | 273 | 63 | 265 | 0 | 111 | 3 | 33 | 457 | 71 | 57 |
| Binary | 10111011 | 110011 | 10110101 | 0 | 1001001 | 11 | 11011 | 100101111 | 111001 | 101111 |
Color Harmonies of #BB33B5
Complementary color
Monochromatic Colors of #BB33B5
Black with #BB33B5
Text Example
Text Example
White with #BB33B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33B5; }
p { color: rgb(187,51,181); }
H1.HeaderClassName
{
color: #BB33B5;
}
.AnyTagClassName
{
color: #BB33B5;
}
</style>
background-color css
<style>
a { background-color: #BB33B5; }
a { background-color: rgb(187,51,181); }
div.DivClassName
{
background-color: #BB33B5;
}
.BgClassName
{
background-color: #BB33B5;
}
</style>
border-color css
<style>
span { border-color: #BB33B5; }
span { border-color: rgb(187,51,181); }
td.TdClassName
{
border-color: #BB33B5;
}
.TagClassName
{
border-color: #BB33B5;
}
</style>