Shades of Fuchsia #BB4EC7
Tints of Fuchsia #BB4EC7
RGB
CMYK
RGB Variations
Color information
#BB4EC7 (or 0xBB4EC7) is known color: Fuchsia. HEX triplet: BB, 4E and C7. RGB value is (187,78,199). Sum of RGB (Red+Green+Blue) = 187+78+199=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB4EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC7 is #44B138. Grayscale: #7C7C7C. Windows color (decimal): -4501817 or 13061819. OLE color: 13061819.
HSL color Cylindrical-coordinate representation of color #BB4EC7: hue angle of 294.05º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4EC7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 78 | 199 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.22 |
| HSL | 294.05º | 0.52% | 0.54% | - |
| HSV(B) | 294.05º | 0.61% | 0.78% | - |
| XYZ | 33.53 | 20.14 | 56.15 | - |
| YUV | 124.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 199 | 0.06 | 0.61 | 0 | 0.22 | 294.05 | 0.52 | 0.54 |
| Hex | BB | 4E | C7 | 6 | 3D | 0 | 16 | 126 | 34 | 36 |
| Octal | 273 | 116 | 307 | 6 | 75 | 0 | 26 | 446 | 64 | 66 |
| Binary | 10111011 | 1001110 | 11000111 | 110 | 111101 | 0 | 10110 | 100100110 | 110100 | 110110 |
Color Harmonies of #BB4EC7
Complementary color
Monochromatic Colors of #BB4EC7
Black with #BB4EC7
Text Example
Text Example
White with #BB4EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EC7; }
p { color: rgb(187,78,199); }
H1.HeaderClassName
{
color: #BB4EC7;
}
.AnyTagClassName
{
color: #BB4EC7;
}
</style>
background-color css
<style>
a { background-color: #BB4EC7; }
a { background-color: rgb(187,78,199); }
div.DivClassName
{
background-color: #BB4EC7;
}
.BgClassName
{
background-color: #BB4EC7;
}
</style>
border-color css
<style>
span { border-color: #BB4EC7; }
span { border-color: rgb(187,78,199); }
td.TdClassName
{
border-color: #BB4EC7;
}
.TagClassName
{
border-color: #BB4EC7;
}
</style>