Shades of Fuchsia #BF52C0
Tints of Fuchsia #BF52C0
RGB
CMYK
RGB Variations
Color information
#BF52C0 (or 0xBF52C0) is known color: Fuchsia. HEX triplet: BF, 52 and C0. RGB value is (191,82,192). Sum of RGB (Red+Green+Blue) = 191+82+192=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52C0 is #40AD3F. Grayscale: #7E7E7E. Windows color (decimal): -4238656 or 12604095. OLE color: 12604095.
HSL color Cylindrical-coordinate representation of color #BF52C0: hue angle of 299.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF52C0 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 192 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.25 |
| HSL | 299.45º | 0.47% | 0.54% | - |
| HSV(B) | 299.45º | 0.57% | 0.75% | - |
| XYZ | 34.02 | 20.92 | 52.11 | - |
| YUV | 127.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 192 | 0.01 | 0.57 | 0 | 0.25 | 299.45 | 0.47 | 0.54 |
| Hex | BF | 52 | C0 | 1 | 39 | 0 | 19 | 12B | 2F | 36 |
| Octal | 277 | 122 | 300 | 1 | 71 | 0 | 31 | 453 | 57 | 66 |
| Binary | 10111111 | 1010010 | 11000000 | 1 | 111001 | 0 | 11001 | 100101011 | 101111 | 110110 |
Color Harmonies of #BF52C0
Complementary color
Monochromatic Colors of #BF52C0
Black with #BF52C0
Text Example
Text Example
White with #BF52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52C0; }
p { color: rgb(191,82,192); }
H1.HeaderClassName
{
color: #BF52C0;
}
.AnyTagClassName
{
color: #BF52C0;
}
</style>
background-color css
<style>
a { background-color: #BF52C0; }
a { background-color: rgb(191,82,192); }
div.DivClassName
{
background-color: #BF52C0;
}
.BgClassName
{
background-color: #BF52C0;
}
</style>
border-color css
<style>
span { border-color: #BF52C0; }
span { border-color: rgb(191,82,192); }
td.TdClassName
{
border-color: #BF52C0;
}
.TagClassName
{
border-color: #BF52C0;
}
</style>