Shades of Fuchsia #BB63B0
Tints of Fuchsia #BB63B0
RGB
CMYK
RGB Variations
Color information
#BB63B0 (or 0xBB63B0) is known color: Fuchsia. HEX triplet: BB, 63 and B0. RGB value is (187,99,176). Sum of RGB (Red+Green+Blue) = 187+99+176=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63B0 is #449C4F. Grayscale: #858585. Windows color (decimal): -4496464 or 11559867. OLE color: 11559867.
HSL color Cylindrical-coordinate representation of color #BB63B0: hue angle of 307.5º 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 #BB63B0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 176 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.27 |
| HSL | 307.5º | 0.39% | 0.56% | - |
| HSV(B) | 307.5º | 0.47% | 0.73% | - |
| XYZ | 32.79 | 22.62 | 43.71 | - |
| YUV | 134.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 176 | 0 | 0.47 | 0.06 | 0.27 | 307.5 | 0.39 | 0.56 |
| Hex | BB | 63 | B0 | 0 | 2F | 6 | 1B | 134 | 27 | 38 |
| Octal | 273 | 143 | 260 | 0 | 57 | 6 | 33 | 464 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10110000 | 0 | 101111 | 110 | 11011 | 100110100 | 100111 | 111000 |
Color Harmonies of #BB63B0
Complementary color
Monochromatic Colors of #BB63B0
Black with #BB63B0
Text Example
Text Example
White with #BB63B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63B0; }
p { color: rgb(187,99,176); }
H1.HeaderClassName
{
color: #BB63B0;
}
.AnyTagClassName
{
color: #BB63B0;
}
</style>
background-color css
<style>
a { background-color: #BB63B0; }
a { background-color: rgb(187,99,176); }
div.DivClassName
{
background-color: #BB63B0;
}
.BgClassName
{
background-color: #BB63B0;
}
</style>
border-color css
<style>
span { border-color: #BB63B0; }
span { border-color: rgb(187,99,176); }
td.TdClassName
{
border-color: #BB63B0;
}
.TagClassName
{
border-color: #BB63B0;
}
</style>