Shades of Fuchsia #BB63B2
Tints of Fuchsia #BB63B2
RGB
CMYK
RGB Variations
Color information
#BB63B2 (or 0xBB63B2) is known color: Fuchsia. HEX triplet: BB, 63 and B2. RGB value is (187,99,178). Sum of RGB (Red+Green+Blue) = 187+99+178=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63B2 is #449C4D. Grayscale: #868686. Windows color (decimal): -4496462 or 11690939. OLE color: 11690939.
HSL color Cylindrical-coordinate representation of color #BB63B2: hue angle of 306.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 #BB63B2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 178 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.27 |
| HSL | 306.14º | 0.39% | 0.56% | - |
| HSV(B) | 306.14º | 0.47% | 0.73% | - |
| XYZ | 32.99 | 22.7 | 44.76 | - |
| YUV | 134.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 178 | 0 | 0.47 | 0.05 | 0.27 | 306.14 | 0.39 | 0.56 |
| Hex | BB | 63 | B2 | 0 | 2F | 5 | 1B | 132 | 27 | 38 |
| Octal | 273 | 143 | 262 | 0 | 57 | 5 | 33 | 462 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10110010 | 0 | 101111 | 101 | 11011 | 100110010 | 100111 | 111000 |
Color Harmonies of #BB63B2
Complementary color
Monochromatic Colors of #BB63B2
Black with #BB63B2
Text Example
Text Example
White with #BB63B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63B2; }
p { color: rgb(187,99,178); }
H1.HeaderClassName
{
color: #BB63B2;
}
.AnyTagClassName
{
color: #BB63B2;
}
</style>
background-color css
<style>
a { background-color: #BB63B2; }
a { background-color: rgb(187,99,178); }
div.DivClassName
{
background-color: #BB63B2;
}
.BgClassName
{
background-color: #BB63B2;
}
</style>
border-color css
<style>
span { border-color: #BB63B2; }
span { border-color: rgb(187,99,178); }
td.TdClassName
{
border-color: #BB63B2;
}
.TagClassName
{
border-color: #BB63B2;
}
</style>