Shades of Fuchsia #BB39C8
Tints of Fuchsia #BB39C8
RGB
CMYK
RGB Variations
Color information
#BB39C8 (or 0xBB39C8) is known color: Fuchsia. HEX triplet: BB, 39 and C8. RGB value is (187,57,200). Sum of RGB (Red+Green+Blue) = 187+57+200=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB39C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39C8 is #44C637. Grayscale: #6F6F6F. Windows color (decimal): -4507192 or 13121979. OLE color: 13121979.
HSL color Cylindrical-coordinate representation of color #BB39C8: hue angle of 294.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB39C8 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 57 | 200 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.22 |
| HSL | 294.55º | 0.57% | 0.5% | - |
| HSV(B) | 294.55º | 0.72% | 0.78% | - |
| XYZ | 32.38 | 17.66 | 56.35 | - |
| YUV | 112.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 200 | 0.06 | 0.72 | 0 | 0.22 | 294.55 | 0.57 | 0.5 |
| Hex | BB | 39 | C8 | 6 | 48 | 0 | 16 | 127 | 39 | 32 |
| Octal | 273 | 71 | 310 | 6 | 110 | 0 | 26 | 447 | 71 | 62 |
| Binary | 10111011 | 111001 | 11001000 | 110 | 1001000 | 0 | 10110 | 100100111 | 111001 | 110010 |
Color Harmonies of #BB39C8
Complementary color
Monochromatic Colors of #BB39C8
Black with #BB39C8
Text Example
Text Example
White with #BB39C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39C8; }
p { color: rgb(187,57,200); }
H1.HeaderClassName
{
color: #BB39C8;
}
.AnyTagClassName
{
color: #BB39C8;
}
</style>
background-color css
<style>
a { background-color: #BB39C8; }
a { background-color: rgb(187,57,200); }
div.DivClassName
{
background-color: #BB39C8;
}
.BgClassName
{
background-color: #BB39C8;
}
</style>
border-color css
<style>
span { border-color: #BB39C8; }
span { border-color: rgb(187,57,200); }
td.TdClassName
{
border-color: #BB39C8;
}
.TagClassName
{
border-color: #BB39C8;
}
</style>