Shades of Fuchsia #BB58C5
Tints of Fuchsia #BB58C5
RGB
CMYK
RGB Variations
Color information
#BB58C5 (or 0xBB58C5) is known color: Fuchsia. HEX triplet: BB, 58 and C5. RGB value is (187,88,197). Sum of RGB (Red+Green+Blue) = 187+88+197=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58C5 is #44A73A. Grayscale: #818181. Windows color (decimal): -4499259 or 12933307. OLE color: 12933307.
HSL color Cylindrical-coordinate representation of color #BB58C5: hue angle of 294.5º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB58C5 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 88 | 197 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.23 |
| HSL | 294.5º | 0.48% | 0.56% | - |
| HSV(B) | 294.5º | 0.55% | 0.77% | - |
| XYZ | 34.06 | 21.58 | 55.19 | - |
| YUV | 130.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 197 | 0.05 | 0.55 | 0 | 0.23 | 294.5 | 0.48 | 0.56 |
| Hex | BB | 58 | C5 | 5 | 37 | 0 | 17 | 126 | 30 | 38 |
| Octal | 273 | 130 | 305 | 5 | 67 | 0 | 27 | 446 | 60 | 70 |
| Binary | 10111011 | 1011000 | 11000101 | 101 | 110111 | 0 | 10111 | 100100110 | 110000 | 111000 |
Color Harmonies of #BB58C5
Complementary color
Monochromatic Colors of #BB58C5
Black with #BB58C5
Text Example
Text Example
White with #BB58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58C5; }
p { color: rgb(187,88,197); }
H1.HeaderClassName
{
color: #BB58C5;
}
.AnyTagClassName
{
color: #BB58C5;
}
</style>
background-color css
<style>
a { background-color: #BB58C5; }
a { background-color: rgb(187,88,197); }
div.DivClassName
{
background-color: #BB58C5;
}
.BgClassName
{
background-color: #BB58C5;
}
</style>
border-color css
<style>
span { border-color: #BB58C5; }
span { border-color: rgb(187,88,197); }
td.TdClassName
{
border-color: #BB58C5;
}
.TagClassName
{
border-color: #BB58C5;
}
</style>