Shades of Fuchsia #BB63C5
Tints of Fuchsia #BB63C5
RGB
CMYK
RGB Variations
Color information
#BB63C5 (or 0xBB63C5) is known color: Fuchsia. HEX triplet: BB, 63 and C5. RGB value is (187,99,197). Sum of RGB (Red+Green+Blue) = 187+99+197=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB63C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63C5 is #449C3A. Grayscale: #888888. Windows color (decimal): -4496443 or 12936123. OLE color: 12936123.
HSL color Cylindrical-coordinate representation of color #BB63C5: hue angle of 293.88º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB63C5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 99 | 197 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.23 |
| HSL | 293.88º | 0.46% | 0.58% | - |
| HSV(B) | 293.88º | 0.5% | 0.77% | - |
| XYZ | 35.03 | 23.52 | 55.52 | - |
| YUV | 136.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 197 | 0.05 | 0.50 | 0 | 0.23 | 293.88 | 0.46 | 0.58 |
| Hex | BB | 63 | C5 | 5 | 32 | 0 | 17 | 126 | 2E | 3A |
| Octal | 273 | 143 | 305 | 5 | 62 | 0 | 27 | 446 | 56 | 72 |
| Binary | 10111011 | 1100011 | 11000101 | 101 | 110010 | 0 | 10111 | 100100110 | 101110 | 111010 |
Color Harmonies of #BB63C5
Complementary color
Monochromatic Colors of #BB63C5
Black with #BB63C5
Text Example
Text Example
White with #BB63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63C5; }
p { color: rgb(187,99,197); }
H1.HeaderClassName
{
color: #BB63C5;
}
.AnyTagClassName
{
color: #BB63C5;
}
</style>
background-color css
<style>
a { background-color: #BB63C5; }
a { background-color: rgb(187,99,197); }
div.DivClassName
{
background-color: #BB63C5;
}
.BgClassName
{
background-color: #BB63C5;
}
</style>
border-color css
<style>
span { border-color: #BB63C5; }
span { border-color: rgb(187,99,197); }
td.TdClassName
{
border-color: #BB63C5;
}
.TagClassName
{
border-color: #BB63C5;
}
</style>