Shades of Fuchsia #BB64B5
Tints of Fuchsia #BB64B5
RGB
CMYK
RGB Variations
Color information
#BB64B5 (or 0xBB64B5) is known color: Fuchsia. HEX triplet: BB, 64 and B5. RGB value is (187,100,181). Sum of RGB (Red+Green+Blue) = 187+100+181=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64B5 is #449B4A. Grayscale: #878787. Windows color (decimal): -4496203 or 11887803. OLE color: 11887803.
HSL color Cylindrical-coordinate representation of color #BB64B5: hue angle of 304.14º 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 #BB64B5 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 181 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.27 |
| HSL | 304.14º | 0.39% | 0.56% | - |
| HSV(B) | 304.14º | 0.47% | 0.73% | - |
| XYZ | 33.39 | 23.02 | 46.4 | - |
| YUV | 135.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 181 | 0 | 0.47 | 0.03 | 0.27 | 304.14 | 0.39 | 0.56 |
| Hex | BB | 64 | B5 | 0 | 2F | 3 | 1B | 130 | 27 | 38 |
| Octal | 273 | 144 | 265 | 0 | 57 | 3 | 33 | 460 | 47 | 70 |
| Binary | 10111011 | 1100100 | 10110101 | 0 | 101111 | 11 | 11011 | 100110000 | 100111 | 111000 |
Color Harmonies of #BB64B5
Complementary color
Monochromatic Colors of #BB64B5
Black with #BB64B5
Text Example
Text Example
White with #BB64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64B5; }
p { color: rgb(187,100,181); }
H1.HeaderClassName
{
color: #BB64B5;
}
.AnyTagClassName
{
color: #BB64B5;
}
</style>
background-color css
<style>
a { background-color: #BB64B5; }
a { background-color: rgb(187,100,181); }
div.DivClassName
{
background-color: #BB64B5;
}
.BgClassName
{
background-color: #BB64B5;
}
</style>
border-color css
<style>
span { border-color: #BB64B5; }
span { border-color: rgb(187,100,181); }
td.TdClassName
{
border-color: #BB64B5;
}
.TagClassName
{
border-color: #BB64B5;
}
</style>