Shades of Fuchsia #BB63B7
Tints of Fuchsia #BB63B7
RGB
CMYK
RGB Variations
Color information
#BB63B7 (or 0xBB63B7) is known color: Fuchsia. HEX triplet: BB, 63 and B7. RGB value is (187,99,183). Sum of RGB (Red+Green+Blue) = 187+99+183=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63B7 is #449C48. Grayscale: #868686. Windows color (decimal): -4496457 or 12018619. OLE color: 12018619.
HSL color Cylindrical-coordinate representation of color #BB63B7: hue angle of 302.73º 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 #BB63B7 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 183 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.27 |
| HSL | 302.73º | 0.39% | 0.56% | - |
| HSV(B) | 302.73º | 0.47% | 0.73% | - |
| XYZ | 33.5 | 22.91 | 47.46 | - |
| YUV | 134.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 183 | 0 | 0.47 | 0.02 | 0.27 | 302.73 | 0.39 | 0.56 |
| Hex | BB | 63 | B7 | 0 | 2F | 2 | 1B | 12F | 27 | 38 |
| Octal | 273 | 143 | 267 | 0 | 57 | 2 | 33 | 457 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10110111 | 0 | 101111 | 10 | 11011 | 100101111 | 100111 | 111000 |
Color Harmonies of #BB63B7
Complementary color
Monochromatic Colors of #BB63B7
Black with #BB63B7
Text Example
Text Example
White with #BB63B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63B7; }
p { color: rgb(187,99,183); }
H1.HeaderClassName
{
color: #BB63B7;
}
.AnyTagClassName
{
color: #BB63B7;
}
</style>
background-color css
<style>
a { background-color: #BB63B7; }
a { background-color: rgb(187,99,183); }
div.DivClassName
{
background-color: #BB63B7;
}
.BgClassName
{
background-color: #BB63B7;
}
</style>
border-color css
<style>
span { border-color: #BB63B7; }
span { border-color: rgb(187,99,183); }
td.TdClassName
{
border-color: #BB63B7;
}
.TagClassName
{
border-color: #BB63B7;
}
</style>