Shades of Fuchsia #BB64B0
Tints of Fuchsia #BB64B0
RGB
CMYK
RGB Variations
Color information
#BB64B0 (or 0xBB64B0) is known color: Fuchsia. HEX triplet: BB, 64 and B0. RGB value is (187,100,176). Sum of RGB (Red+Green+Blue) = 187+100+176=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB64B0 is #449B4F. Grayscale: #868686. Windows color (decimal): -4496208 or 11560123. OLE color: 11560123.
HSL color Cylindrical-coordinate representation of color #BB64B0: hue angle of 307.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB64B0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 176 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.27 |
| HSL | 307.59º | 0.39% | 0.56% | - |
| HSV(B) | 307.59º | 0.47% | 0.73% | - |
| XYZ | 32.89 | 22.81 | 43.74 | - |
| YUV | 134.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 176 | 0 | 0.47 | 0.06 | 0.27 | 307.59 | 0.39 | 0.56 |
| Hex | BB | 64 | B0 | 0 | 2F | 6 | 1B | 134 | 27 | 38 |
| Octal | 273 | 144 | 260 | 0 | 57 | 6 | 33 | 464 | 47 | 70 |
| Binary | 10111011 | 1100100 | 10110000 | 0 | 101111 | 110 | 11011 | 100110100 | 100111 | 111000 |
Color Harmonies of #BB64B0
Complementary color
Monochromatic Colors of #BB64B0
Black with #BB64B0
Text Example
Text Example
White with #BB64B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64B0; }
p { color: rgb(187,100,176); }
H1.HeaderClassName
{
color: #BB64B0;
}
.AnyTagClassName
{
color: #BB64B0;
}
</style>
background-color css
<style>
a { background-color: #BB64B0; }
a { background-color: rgb(187,100,176); }
div.DivClassName
{
background-color: #BB64B0;
}
.BgClassName
{
background-color: #BB64B0;
}
</style>
border-color css
<style>
span { border-color: #BB64B0; }
span { border-color: rgb(187,100,176); }
td.TdClassName
{
border-color: #BB64B0;
}
.TagClassName
{
border-color: #BB64B0;
}
</style>