Shades of Fuchsia #BB4EC3
Tints of Fuchsia #BB4EC3
RGB
CMYK
RGB Variations
Color information
#BB4EC3 (or 0xBB4EC3) is known color: Fuchsia. HEX triplet: BB, 4E and C3. RGB value is (187,78,195). Sum of RGB (Red+Green+Blue) = 187+78+195=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB4EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC3 is #44B13C. Grayscale: #7B7B7B. Windows color (decimal): -4501821 or 12799675. OLE color: 12799675.
HSL color Cylindrical-coordinate representation of color #BB4EC3: hue angle of 295.9º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4EC3 is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 78 | 195 | - |
| CMYK | 0.04 | 0.6 | 0 | 0.24 |
| HSL | 295.9º | 0.49% | 0.54% | - |
| HSV(B) | 295.9º | 0.6% | 0.76% | - |
| XYZ | 33.07 | 19.95 | 53.74 | - |
| YUV | 123.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 195 | 0.04 | 0.6 | 0 | 0.24 | 295.9 | 0.49 | 0.54 |
| Hex | BB | 4E | C3 | 4 | 3C | 0 | 18 | 128 | 31 | 36 |
| Octal | 273 | 116 | 303 | 4 | 74 | 0 | 30 | 450 | 61 | 66 |
| Binary | 10111011 | 1001110 | 11000011 | 100 | 111100 | 0 | 11000 | 100101000 | 110001 | 110110 |
Color Harmonies of #BB4EC3
Complementary color
Monochromatic Colors of #BB4EC3
Black with #BB4EC3
Text Example
Text Example
White with #BB4EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EC3; }
p { color: rgb(187,78,195); }
H1.HeaderClassName
{
color: #BB4EC3;
}
.AnyTagClassName
{
color: #BB4EC3;
}
</style>
background-color css
<style>
a { background-color: #BB4EC3; }
a { background-color: rgb(187,78,195); }
div.DivClassName
{
background-color: #BB4EC3;
}
.BgClassName
{
background-color: #BB4EC3;
}
</style>
border-color css
<style>
span { border-color: #BB4EC3; }
span { border-color: rgb(187,78,195); }
td.TdClassName
{
border-color: #BB4EC3;
}
.TagClassName
{
border-color: #BB4EC3;
}
</style>