Shades of Fuchsia #BB57C5
Tints of Fuchsia #BB57C5
RGB
CMYK
RGB Variations
Color information
#BB57C5 (or 0xBB57C5) is known color: Fuchsia. HEX triplet: BB, 57 and C5. RGB value is (187,87,197). Sum of RGB (Red+Green+Blue) = 187+87+197=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57C5 is #44A83A. Grayscale: #818181. Windows color (decimal): -4499515 or 12933051. OLE color: 12933051.
HSL color Cylindrical-coordinate representation of color #BB57C5: hue angle of 294.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB57C5 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 87 | 197 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.23 |
| HSL | 294.55º | 0.49% | 0.56% | - |
| HSV(B) | 294.55º | 0.56% | 0.77% | - |
| XYZ | 33.98 | 21.41 | 55.17 | - |
| YUV | 129.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 197 | 0.05 | 0.56 | 0 | 0.23 | 294.55 | 0.49 | 0.56 |
| Hex | BB | 57 | C5 | 5 | 38 | 0 | 17 | 127 | 31 | 38 |
| Octal | 273 | 127 | 305 | 5 | 70 | 0 | 27 | 447 | 61 | 70 |
| Binary | 10111011 | 1010111 | 11000101 | 101 | 111000 | 0 | 10111 | 100100111 | 110001 | 111000 |
Color Harmonies of #BB57C5
Complementary color
Monochromatic Colors of #BB57C5
Black with #BB57C5
Text Example
Text Example
White with #BB57C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57C5; }
p { color: rgb(187,87,197); }
H1.HeaderClassName
{
color: #BB57C5;
}
.AnyTagClassName
{
color: #BB57C5;
}
</style>
background-color css
<style>
a { background-color: #BB57C5; }
a { background-color: rgb(187,87,197); }
div.DivClassName
{
background-color: #BB57C5;
}
.BgClassName
{
background-color: #BB57C5;
}
</style>
border-color css
<style>
span { border-color: #BB57C5; }
span { border-color: rgb(187,87,197); }
td.TdClassName
{
border-color: #BB57C5;
}
.TagClassName
{
border-color: #BB57C5;
}
</style>