Shades of Fuchsia #BB58C2
Tints of Fuchsia #BB58C2
RGB
CMYK
RGB Variations
Color information
#BB58C2 (or 0xBB58C2) is known color: Fuchsia. HEX triplet: BB, 58 and C2. RGB value is (187,88,194). Sum of RGB (Red+Green+Blue) = 187+88+194=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB58C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58C2 is #44A73D. Grayscale: #818181. Windows color (decimal): -4499262 or 12736699. OLE color: 12736699.
HSL color Cylindrical-coordinate representation of color #BB58C2: hue angle of 296.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB58C2 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 88 | 194 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.24 |
| HSL | 296.04º | 0.46% | 0.55% | - |
| HSV(B) | 296.04º | 0.55% | 0.76% | - |
| XYZ | 33.72 | 21.44 | 53.4 | - |
| YUV | 129.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 194 | 0.04 | 0.55 | 0 | 0.24 | 296.04 | 0.46 | 0.55 |
| Hex | BB | 58 | C2 | 4 | 37 | 0 | 18 | 128 | 2E | 37 |
| Octal | 273 | 130 | 302 | 4 | 67 | 0 | 30 | 450 | 56 | 67 |
| Binary | 10111011 | 1011000 | 11000010 | 100 | 110111 | 0 | 11000 | 100101000 | 101110 | 110111 |
Color Harmonies of #BB58C2
Complementary color
Monochromatic Colors of #BB58C2
Black with #BB58C2
Text Example
Text Example
White with #BB58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58C2; }
p { color: rgb(187,88,194); }
H1.HeaderClassName
{
color: #BB58C2;
}
.AnyTagClassName
{
color: #BB58C2;
}
</style>
background-color css
<style>
a { background-color: #BB58C2; }
a { background-color: rgb(187,88,194); }
div.DivClassName
{
background-color: #BB58C2;
}
.BgClassName
{
background-color: #BB58C2;
}
</style>
border-color css
<style>
span { border-color: #BB58C2; }
span { border-color: rgb(187,88,194); }
td.TdClassName
{
border-color: #BB58C2;
}
.TagClassName
{
border-color: #BB58C2;
}
</style>