Shades of Fuchsia #BF52BA
Tints of Fuchsia #BF52BA
RGB
CMYK
RGB Variations
Color information
#BF52BA (or 0xBF52BA) is known color: Fuchsia. HEX triplet: BF, 52 and BA. RGB value is (191,82,186). Sum of RGB (Red+Green+Blue) = 191+82+186=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52BA is #40AD45. Grayscale: #7E7E7E. Windows color (decimal): -4238662 or 12210879. OLE color: 12210879.
HSL color Cylindrical-coordinate representation of color #BF52BA: hue angle of 302.75º degrees, saturation: 0.46, 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 #BF52BA is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 186 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.25 |
| HSL | 302.75º | 0.46% | 0.54% | - |
| HSV(B) | 302.75º | 0.57% | 0.75% | - |
| XYZ | 33.37 | 20.66 | 48.68 | - |
| YUV | 126.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 186 | 0 | 0.57 | 0.03 | 0.25 | 302.75 | 0.46 | 0.54 |
| Hex | BF | 52 | BA | 0 | 39 | 3 | 19 | 12F | 2E | 36 |
| Octal | 277 | 122 | 272 | 0 | 71 | 3 | 31 | 457 | 56 | 66 |
| Binary | 10111111 | 1010010 | 10111010 | 0 | 111001 | 11 | 11001 | 100101111 | 101110 | 110110 |
Color Harmonies of #BF52BA
Complementary color
Monochromatic Colors of #BF52BA
Black with #BF52BA
Text Example
Text Example
White with #BF52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52BA; }
p { color: rgb(191,82,186); }
H1.HeaderClassName
{
color: #BF52BA;
}
.AnyTagClassName
{
color: #BF52BA;
}
</style>
background-color css
<style>
a { background-color: #BF52BA; }
a { background-color: rgb(191,82,186); }
div.DivClassName
{
background-color: #BF52BA;
}
.BgClassName
{
background-color: #BF52BA;
}
</style>
border-color css
<style>
span { border-color: #BF52BA; }
span { border-color: rgb(191,82,186); }
td.TdClassName
{
border-color: #BF52BA;
}
.TagClassName
{
border-color: #BF52BA;
}
</style>