Shades of Fuchsia #BB63AA
Tints of Fuchsia #BB63AA
RGB
CMYK
RGB Variations
Color information
#BB63AA (or 0xBB63AA) is known color: Fuchsia. HEX triplet: BB, 63 and AA. RGB value is (187,99,170). Sum of RGB (Red+Green+Blue) = 187+99+170=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63AA is #449C55. Grayscale: #858585. Windows color (decimal): -4496470 or 11166651. OLE color: 11166651.
HSL color Cylindrical-coordinate representation of color #BB63AA: hue angle of 311.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 #BB63AA is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 170 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.27 |
| HSL | 311.59º | 0.39% | 0.56% | - |
| HSV(B) | 311.59º | 0.47% | 0.73% | - |
| XYZ | 32.21 | 22.39 | 40.65 | - |
| YUV | 133.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 170 | 0 | 0.47 | 0.09 | 0.27 | 311.59 | 0.39 | 0.56 |
| Hex | BB | 63 | AA | 0 | 2F | 9 | 1B | 138 | 27 | 38 |
| Octal | 273 | 143 | 252 | 0 | 57 | 11 | 33 | 470 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10101010 | 0 | 101111 | 1001 | 11011 | 100111000 | 100111 | 111000 |
Color Harmonies of #BB63AA
Complementary color
Monochromatic Colors of #BB63AA
Black with #BB63AA
Text Example
Text Example
White with #BB63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63AA; }
p { color: rgb(187,99,170); }
H1.HeaderClassName
{
color: #BB63AA;
}
.AnyTagClassName
{
color: #BB63AA;
}
</style>
background-color css
<style>
a { background-color: #BB63AA; }
a { background-color: rgb(187,99,170); }
div.DivClassName
{
background-color: #BB63AA;
}
.BgClassName
{
background-color: #BB63AA;
}
</style>
border-color css
<style>
span { border-color: #BB63AA; }
span { border-color: rgb(187,99,170); }
td.TdClassName
{
border-color: #BB63AA;
}
.TagClassName
{
border-color: #BB63AA;
}
</style>