Shades of Fuchsia #BB64BA
Tints of Fuchsia #BB64BA
RGB
CMYK
RGB Variations
Color information
#BB64BA (or 0xBB64BA) is known color: Fuchsia. HEX triplet: BB, 64 and BA. RGB value is (187,100,186). Sum of RGB (Red+Green+Blue) = 187+100+186=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64BA is #449B45. Grayscale: #878787. Windows color (decimal): -4496198 or 12215483. OLE color: 12215483.
HSL color Cylindrical-coordinate representation of color #BB64BA: hue angle of 300.69º 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 #BB64BA is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 186 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.27 |
| HSL | 300.69º | 0.39% | 0.56% | - |
| HSV(B) | 300.69º | 0.47% | 0.73% | - |
| XYZ | 33.91 | 23.22 | 49.15 | - |
| YUV | 135.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 186 | 0 | 0.47 | 0.01 | 0.27 | 300.69 | 0.39 | 0.56 |
| Hex | BB | 64 | BA | 0 | 2F | 1 | 1B | 12D | 27 | 38 |
| Octal | 273 | 144 | 272 | 0 | 57 | 1 | 33 | 455 | 47 | 70 |
| Binary | 10111011 | 1100100 | 10111010 | 0 | 101111 | 1 | 11011 | 100101101 | 100111 | 111000 |
Color Harmonies of #BB64BA
Complementary color
Monochromatic Colors of #BB64BA
Black with #BB64BA
Text Example
Text Example
White with #BB64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64BA; }
p { color: rgb(187,100,186); }
H1.HeaderClassName
{
color: #BB64BA;
}
.AnyTagClassName
{
color: #BB64BA;
}
</style>
background-color css
<style>
a { background-color: #BB64BA; }
a { background-color: rgb(187,100,186); }
div.DivClassName
{
background-color: #BB64BA;
}
.BgClassName
{
background-color: #BB64BA;
}
</style>
border-color css
<style>
span { border-color: #BB64BA; }
span { border-color: rgb(187,100,186); }
td.TdClassName
{
border-color: #BB64BA;
}
.TagClassName
{
border-color: #BB64BA;
}
</style>