Shades of Fuchsia #BF63C8
Tints of Fuchsia #BF63C8
RGB
CMYK
RGB Variations
Color information
#BF63C8 (or 0xBF63C8) is known color: Fuchsia. HEX triplet: BF, 63 and C8. RGB value is (191,99,200). Sum of RGB (Red+Green+Blue) = 191+99+200=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF63C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63C8 is #409C37. Grayscale: #898989. Windows color (decimal): -4234296 or 13132735. OLE color: 13132735.
HSL color Cylindrical-coordinate representation of color #BF63C8: hue angle of 294.65º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF63C8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 99 | 200 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.22 |
| HSL | 294.65º | 0.48% | 0.59% | - |
| HSV(B) | 294.65º | 0.51% | 0.78% | - |
| XYZ | 36.37 | 24.17 | 57.39 | - |
| YUV | 138.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 200 | 0.04 | 0.50 | 0 | 0.22 | 294.65 | 0.48 | 0.59 |
| Hex | BF | 63 | C8 | 4 | 32 | 0 | 16 | 127 | 30 | 3B |
| Octal | 277 | 143 | 310 | 4 | 62 | 0 | 26 | 447 | 60 | 73 |
| Binary | 10111111 | 1100011 | 11001000 | 100 | 110010 | 0 | 10110 | 100100111 | 110000 | 111011 |
Color Harmonies of #BF63C8
Complementary color
Monochromatic Colors of #BF63C8
Black with #BF63C8
Text Example
Text Example
White with #BF63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63C8; }
p { color: rgb(191,99,200); }
H1.HeaderClassName
{
color: #BF63C8;
}
.AnyTagClassName
{
color: #BF63C8;
}
</style>
background-color css
<style>
a { background-color: #BF63C8; }
a { background-color: rgb(191,99,200); }
div.DivClassName
{
background-color: #BF63C8;
}
.BgClassName
{
background-color: #BF63C8;
}
</style>
border-color css
<style>
span { border-color: #BF63C8; }
span { border-color: rgb(191,99,200); }
td.TdClassName
{
border-color: #BF63C8;
}
.TagClassName
{
border-color: #BF63C8;
}
</style>