Shades of Fuchsia #BB64C0
Tints of Fuchsia #BB64C0
RGB
CMYK
RGB Variations
Color information
#BB64C0 (or 0xBB64C0) is known color: Fuchsia. HEX triplet: BB, 64 and C0. RGB value is (187,100,192). Sum of RGB (Red+Green+Blue) = 187+100+192=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB64C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64C0 is #449B3F. Grayscale: #888888. Windows color (decimal): -4496192 or 12608699. OLE color: 12608699.
HSL color Cylindrical-coordinate representation of color #BB64C0: hue angle of 296.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB64C0 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 100 | 192 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.25 |
| HSL | 296.74º | 0.42% | 0.57% | - |
| HSV(B) | 296.74º | 0.48% | 0.75% | - |
| XYZ | 34.57 | 23.48 | 52.58 | - |
| YUV | 136.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 192 | 0.03 | 0.48 | 0 | 0.25 | 296.74 | 0.42 | 0.57 |
| Hex | BB | 64 | C0 | 3 | 30 | 0 | 19 | 129 | 2A | 39 |
| Octal | 273 | 144 | 300 | 3 | 60 | 0 | 31 | 451 | 52 | 71 |
| Binary | 10111011 | 1100100 | 11000000 | 11 | 110000 | 0 | 11001 | 100101001 | 101010 | 111001 |
Color Harmonies of #BB64C0
Complementary color
Monochromatic Colors of #BB64C0
Black with #BB64C0
Text Example
Text Example
White with #BB64C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64C0; }
p { color: rgb(187,100,192); }
H1.HeaderClassName
{
color: #BB64C0;
}
.AnyTagClassName
{
color: #BB64C0;
}
</style>
background-color css
<style>
a { background-color: #BB64C0; }
a { background-color: rgb(187,100,192); }
div.DivClassName
{
background-color: #BB64C0;
}
.BgClassName
{
background-color: #BB64C0;
}
</style>
border-color css
<style>
span { border-color: #BB64C0; }
span { border-color: rgb(187,100,192); }
td.TdClassName
{
border-color: #BB64C0;
}
.TagClassName
{
border-color: #BB64C0;
}
</style>