Shades of Fuchsia #BF63C6
Tints of Fuchsia #BF63C6
RGB
CMYK
RGB Variations
Color information
#BF63C6 (or 0xBF63C6) is known color: Fuchsia. HEX triplet: BF, 63 and C6. RGB value is (191,99,198). Sum of RGB (Red+Green+Blue) = 191+99+198=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF63C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63C6 is #409C39. Grayscale: #898989. Windows color (decimal): -4234298 or 13001663. OLE color: 13001663.
HSL color Cylindrical-coordinate representation of color #BF63C6: hue angle of 295.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF63C6 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 99 | 198 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.22 |
| HSL | 295.76º | 0.46% | 0.58% | - |
| HSV(B) | 295.76º | 0.5% | 0.78% | - |
| XYZ | 36.14 | 24.08 | 56.17 | - |
| YUV | 137.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 198 | 0.04 | 0.50 | 0 | 0.22 | 295.76 | 0.46 | 0.58 |
| Hex | BF | 63 | C6 | 4 | 32 | 0 | 16 | 128 | 2E | 3A |
| Octal | 277 | 143 | 306 | 4 | 62 | 0 | 26 | 450 | 56 | 72 |
| Binary | 10111111 | 1100011 | 11000110 | 100 | 110010 | 0 | 10110 | 100101000 | 101110 | 111010 |
Color Harmonies of #BF63C6
Complementary color
Monochromatic Colors of #BF63C6
Black with #BF63C6
Text Example
Text Example
White with #BF63C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63C6; }
p { color: rgb(191,99,198); }
H1.HeaderClassName
{
color: #BF63C6;
}
.AnyTagClassName
{
color: #BF63C6;
}
</style>
background-color css
<style>
a { background-color: #BF63C6; }
a { background-color: rgb(191,99,198); }
div.DivClassName
{
background-color: #BF63C6;
}
.BgClassName
{
background-color: #BF63C6;
}
</style>
border-color css
<style>
span { border-color: #BF63C6; }
span { border-color: rgb(191,99,198); }
td.TdClassName
{
border-color: #BF63C6;
}
.TagClassName
{
border-color: #BF63C6;
}
</style>