Shades of Fuchsia #BF52C7
Tints of Fuchsia #BF52C7
RGB
CMYK
RGB Variations
Color information
#BF52C7 (or 0xBF52C7) is known color: Fuchsia. HEX triplet: BF, 52 and C7. RGB value is (191,82,199). Sum of RGB (Red+Green+Blue) = 191+82+199=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52C7 is #40AD38. Grayscale: #7F7F7F. Windows color (decimal): -4238649 or 13062847. OLE color: 13062847.
HSL color Cylindrical-coordinate representation of color #BF52C7: hue angle of 295.9º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF52C7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 82 | 199 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.22 |
| HSL | 295.9º | 0.51% | 0.55% | - |
| HSV(B) | 295.9º | 0.59% | 0.78% | - |
| XYZ | 34.81 | 21.23 | 56.3 | - |
| YUV | 127.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 199 | 0.04 | 0.59 | 0 | 0.22 | 295.9 | 0.51 | 0.55 |
| Hex | BF | 52 | C7 | 4 | 3B | 0 | 16 | 128 | 33 | 37 |
| Octal | 277 | 122 | 307 | 4 | 73 | 0 | 26 | 450 | 63 | 67 |
| Binary | 10111111 | 1010010 | 11000111 | 100 | 111011 | 0 | 10110 | 100101000 | 110011 | 110111 |
Color Harmonies of #BF52C7
Complementary color
Monochromatic Colors of #BF52C7
Black with #BF52C7
Text Example
Text Example
White with #BF52C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52C7; }
p { color: rgb(191,82,199); }
H1.HeaderClassName
{
color: #BF52C7;
}
.AnyTagClassName
{
color: #BF52C7;
}
</style>
background-color css
<style>
a { background-color: #BF52C7; }
a { background-color: rgb(191,82,199); }
div.DivClassName
{
background-color: #BF52C7;
}
.BgClassName
{
background-color: #BF52C7;
}
</style>
border-color css
<style>
span { border-color: #BF52C7; }
span { border-color: rgb(191,82,199); }
td.TdClassName
{
border-color: #BF52C7;
}
.TagClassName
{
border-color: #BF52C7;
}
</style>