Shades of Fuchsia #BB63AC
Tints of Fuchsia #BB63AC
RGB
CMYK
RGB Variations
Color information
#BB63AC (or 0xBB63AC) is known color: Fuchsia. HEX triplet: BB, 63 and AC. RGB value is (187,99,172). Sum of RGB (Red+Green+Blue) = 187+99+172=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63AC is #449C53. Grayscale: #858585. Windows color (decimal): -4496468 or 11297723. OLE color: 11297723.
HSL color Cylindrical-coordinate representation of color #BB63AC: hue angle of 310.23º 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 #BB63AC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 172 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.27 |
| HSL | 310.23º | 0.39% | 0.56% | - |
| HSV(B) | 310.23º | 0.47% | 0.73% | - |
| XYZ | 32.4 | 22.47 | 41.66 | - |
| YUV | 133.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 172 | 0 | 0.47 | 0.08 | 0.27 | 310.23 | 0.39 | 0.56 |
| Hex | BB | 63 | AC | 0 | 2F | 8 | 1B | 136 | 27 | 38 |
| Octal | 273 | 143 | 254 | 0 | 57 | 10 | 33 | 466 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10101100 | 0 | 101111 | 1000 | 11011 | 100110110 | 100111 | 111000 |
Color Harmonies of #BB63AC
Complementary color
Monochromatic Colors of #BB63AC
Black with #BB63AC
Text Example
Text Example
White with #BB63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63AC; }
p { color: rgb(187,99,172); }
H1.HeaderClassName
{
color: #BB63AC;
}
.AnyTagClassName
{
color: #BB63AC;
}
</style>
background-color css
<style>
a { background-color: #BB63AC; }
a { background-color: rgb(187,99,172); }
div.DivClassName
{
background-color: #BB63AC;
}
.BgClassName
{
background-color: #BB63AC;
}
</style>
border-color css
<style>
span { border-color: #BB63AC; }
span { border-color: rgb(187,99,172); }
td.TdClassName
{
border-color: #BB63AC;
}
.TagClassName
{
border-color: #BB63AC;
}
</style>