Shades of Fuchsia #BF4AC2
Tints of Fuchsia #BF4AC2
RGB
CMYK
RGB Variations
Color information
#BF4AC2 (or 0xBF4AC2) is known color: Fuchsia. HEX triplet: BF, 4A and C2. RGB value is (191,74,194). Sum of RGB (Red+Green+Blue) = 191+74+194=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF4AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AC2 is #40B53D. Grayscale: #7A7A7A. Windows color (decimal): -4240702 or 12733119. OLE color: 12733119.
HSL color Cylindrical-coordinate representation of color #BF4AC2: hue angle of 298.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4AC2 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 74 | 194 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.24 |
| HSL | 298.5º | 0.5% | 0.53% | - |
| HSV(B) | 298.5º | 0.62% | 0.76% | - |
| XYZ | 33.67 | 19.87 | 53.1 | - |
| YUV | 122.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 194 | 0.02 | 0.62 | 0 | 0.24 | 298.5 | 0.5 | 0.53 |
| Hex | BF | 4A | C2 | 2 | 3E | 0 | 18 | 12A | 32 | 35 |
| Octal | 277 | 112 | 302 | 2 | 76 | 0 | 30 | 452 | 62 | 65 |
| Binary | 10111111 | 1001010 | 11000010 | 10 | 111110 | 0 | 11000 | 100101010 | 110010 | 110101 |
Color Harmonies of #BF4AC2
Complementary color
Monochromatic Colors of #BF4AC2
Black with #BF4AC2
Text Example
Text Example
White with #BF4AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AC2; }
p { color: rgb(191,74,194); }
H1.HeaderClassName
{
color: #BF4AC2;
}
.AnyTagClassName
{
color: #BF4AC2;
}
</style>
background-color css
<style>
a { background-color: #BF4AC2; }
a { background-color: rgb(191,74,194); }
div.DivClassName
{
background-color: #BF4AC2;
}
.BgClassName
{
background-color: #BF4AC2;
}
</style>
border-color css
<style>
span { border-color: #BF4AC2; }
span { border-color: rgb(191,74,194); }
td.TdClassName
{
border-color: #BF4AC2;
}
.TagClassName
{
border-color: #BF4AC2;
}
</style>