Shades of Fuchsia #BB64BC
Tints of Fuchsia #BB64BC
RGB
CMYK
RGB Variations
Color information
#BB64BC (or 0xBB64BC) is known color: Fuchsia. HEX triplet: BB, 64 and BC. RGB value is (187,100,188). Sum of RGB (Red+Green+Blue) = 187+100+188=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64BC is #449B43. Grayscale: #878787. Windows color (decimal): -4496196 or 12346555. OLE color: 12346555.
HSL color Cylindrical-coordinate representation of color #BB64BC: hue angle of 299.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB64BC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 100 | 188 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.26 |
| HSL | 299.32º | 0.4% | 0.56% | - |
| HSV(B) | 299.32º | 0.47% | 0.74% | - |
| XYZ | 34.13 | 23.31 | 50.28 | - |
| YUV | 136.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 188 | 0.01 | 0.47 | 0 | 0.26 | 299.32 | 0.4 | 0.56 |
| Hex | BB | 64 | BC | 1 | 2F | 0 | 1A | 12B | 28 | 38 |
| Octal | 273 | 144 | 274 | 1 | 57 | 0 | 32 | 453 | 50 | 70 |
| Binary | 10111011 | 1100100 | 10111100 | 1 | 101111 | 0 | 11010 | 100101011 | 101000 | 111000 |
Color Harmonies of #BB64BC
Complementary color
Monochromatic Colors of #BB64BC
Black with #BB64BC
Text Example
Text Example
White with #BB64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64BC; }
p { color: rgb(187,100,188); }
H1.HeaderClassName
{
color: #BB64BC;
}
.AnyTagClassName
{
color: #BB64BC;
}
</style>
background-color css
<style>
a { background-color: #BB64BC; }
a { background-color: rgb(187,100,188); }
div.DivClassName
{
background-color: #BB64BC;
}
.BgClassName
{
background-color: #BB64BC;
}
</style>
border-color css
<style>
span { border-color: #BB64BC; }
span { border-color: rgb(187,100,188); }
td.TdClassName
{
border-color: #BB64BC;
}
.TagClassName
{
border-color: #BB64BC;
}
</style>