Shades of Fuchsia #BB55C5
Tints of Fuchsia #BB55C5
RGB
CMYK
RGB Variations
Color information
#BB55C5 (or 0xBB55C5) is known color: Fuchsia. HEX triplet: BB, 55 and C5. RGB value is (187,85,197). Sum of RGB (Red+Green+Blue) = 187+85+197=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55C5 is #44AA3A. Grayscale: #7F7F7F. Windows color (decimal): -4500027 or 12932539. OLE color: 12932539.
HSL color Cylindrical-coordinate representation of color #BB55C5: hue angle of 294.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB55C5 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 85 | 197 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.23 |
| HSL | 294.64º | 0.49% | 0.55% | - |
| HSV(B) | 294.64º | 0.57% | 0.77% | - |
| XYZ | 33.82 | 21.09 | 55.11 | - |
| YUV | 128.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 197 | 0.05 | 0.57 | 0 | 0.23 | 294.64 | 0.49 | 0.55 |
| Hex | BB | 55 | C5 | 5 | 39 | 0 | 17 | 127 | 31 | 37 |
| Octal | 273 | 125 | 305 | 5 | 71 | 0 | 27 | 447 | 61 | 67 |
| Binary | 10111011 | 1010101 | 11000101 | 101 | 111001 | 0 | 10111 | 100100111 | 110001 | 110111 |
Color Harmonies of #BB55C5
Complementary color
Monochromatic Colors of #BB55C5
Black with #BB55C5
Text Example
Text Example
White with #BB55C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55C5; }
p { color: rgb(187,85,197); }
H1.HeaderClassName
{
color: #BB55C5;
}
.AnyTagClassName
{
color: #BB55C5;
}
</style>
background-color css
<style>
a { background-color: #BB55C5; }
a { background-color: rgb(187,85,197); }
div.DivClassName
{
background-color: #BB55C5;
}
.BgClassName
{
background-color: #BB55C5;
}
</style>
border-color css
<style>
span { border-color: #BB55C5; }
span { border-color: rgb(187,85,197); }
td.TdClassName
{
border-color: #BB55C5;
}
.TagClassName
{
border-color: #BB55C5;
}
</style>