Shades of Fuchsia #BF56CA
Tints of Fuchsia #BF56CA
RGB
CMYK
RGB Variations
Color information
#BF56CA (or 0xBF56CA) is known color: Fuchsia. HEX triplet: BF, 56 and CA. RGB value is (191,86,202). Sum of RGB (Red+Green+Blue) = 191+86+202=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56CA is #40A935. Grayscale: #828282. Windows color (decimal): -4237622 or 13260479. OLE color: 13260479.
HSL color Cylindrical-coordinate representation of color #BF56CA: hue angle of 294.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF56CA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 86 | 202 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.21 |
| HSL | 294.31º | 0.52% | 0.56% | - |
| HSV(B) | 294.31º | 0.57% | 0.79% | - |
| XYZ | 35.47 | 22 | 58.25 | - |
| YUV | 130.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 202 | 0.05 | 0.57 | 0 | 0.21 | 294.31 | 0.52 | 0.56 |
| Hex | BF | 56 | CA | 5 | 39 | 0 | 15 | 126 | 34 | 38 |
| Octal | 277 | 126 | 312 | 5 | 71 | 0 | 25 | 446 | 64 | 70 |
| Binary | 10111111 | 1010110 | 11001010 | 101 | 111001 | 0 | 10101 | 100100110 | 110100 | 111000 |
Color Harmonies of #BF56CA
Complementary color
Monochromatic Colors of #BF56CA
Black with #BF56CA
Text Example
Text Example
White with #BF56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56CA; }
p { color: rgb(191,86,202); }
H1.HeaderClassName
{
color: #BF56CA;
}
.AnyTagClassName
{
color: #BF56CA;
}
</style>
background-color css
<style>
a { background-color: #BF56CA; }
a { background-color: rgb(191,86,202); }
div.DivClassName
{
background-color: #BF56CA;
}
.BgClassName
{
background-color: #BF56CA;
}
</style>
border-color css
<style>
span { border-color: #BF56CA; }
span { border-color: rgb(191,86,202); }
td.TdClassName
{
border-color: #BF56CA;
}
.TagClassName
{
border-color: #BF56CA;
}
</style>