Shades of Fuchsia #BF57CA
Tints of Fuchsia #BF57CA
RGB
CMYK
RGB Variations
Color information
#BF57CA (or 0xBF57CA) is known color: Fuchsia. HEX triplet: BF, 57 and CA. RGB value is (191,87,202). Sum of RGB (Red+Green+Blue) = 191+87+202=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57CA is #40A835. Grayscale: #828282. Windows color (decimal): -4237366 or 13260735. OLE color: 13260735.
HSL color Cylindrical-coordinate representation of color #BF57CA: hue angle of 294.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF57CA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 87 | 202 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.21 |
| HSL | 294.26º | 0.52% | 0.57% | - |
| HSV(B) | 294.26º | 0.57% | 0.79% | - |
| XYZ | 35.55 | 22.16 | 58.28 | - |
| YUV | 131.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 202 | 0.05 | 0.57 | 0 | 0.21 | 294.26 | 0.52 | 0.57 |
| Hex | BF | 57 | CA | 5 | 39 | 0 | 15 | 126 | 34 | 39 |
| Octal | 277 | 127 | 312 | 5 | 71 | 0 | 25 | 446 | 64 | 71 |
| Binary | 10111111 | 1010111 | 11001010 | 101 | 111001 | 0 | 10101 | 100100110 | 110100 | 111001 |
Color Harmonies of #BF57CA
Complementary color
Monochromatic Colors of #BF57CA
Black with #BF57CA
Text Example
Text Example
White with #BF57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57CA; }
p { color: rgb(191,87,202); }
H1.HeaderClassName
{
color: #BF57CA;
}
.AnyTagClassName
{
color: #BF57CA;
}
</style>
background-color css
<style>
a { background-color: #BF57CA; }
a { background-color: rgb(191,87,202); }
div.DivClassName
{
background-color: #BF57CA;
}
.BgClassName
{
background-color: #BF57CA;
}
</style>
border-color css
<style>
span { border-color: #BF57CA; }
span { border-color: rgb(191,87,202); }
td.TdClassName
{
border-color: #BF57CA;
}
.TagClassName
{
border-color: #BF57CA;
}
</style>