Shades of Fuchsia #BF43C2
Tints of Fuchsia #BF43C2
RGB
CMYK
RGB Variations
Color information
#BF43C2 (or 0xBF43C2) is known color: Fuchsia. HEX triplet: BF, 43 and C2. RGB value is (191,67,194). Sum of RGB (Red+Green+Blue) = 191+67+194=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF43C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43C2 is #40BC3D. Grayscale: #767676. Windows color (decimal): -4242494 or 12731327. OLE color: 12731327.
HSL color Cylindrical-coordinate representation of color #BF43C2: hue angle of 298.58º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF43C2 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 67 | 194 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.24 |
| HSL | 298.58º | 0.51% | 0.51% | - |
| HSV(B) | 298.58º | 0.65% | 0.76% | - |
| XYZ | 33.23 | 18.99 | 52.95 | - |
| YUV | 118.55 | 170.58 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 194 | 0.02 | 0.65 | 0 | 0.24 | 298.58 | 0.51 | 0.51 |
| Hex | BF | 43 | C2 | 2 | 41 | 0 | 18 | 12B | 33 | 33 |
| Octal | 277 | 103 | 302 | 2 | 101 | 0 | 30 | 453 | 63 | 63 |
| Binary | 10111111 | 1000011 | 11000010 | 10 | 1000001 | 0 | 11000 | 100101011 | 110011 | 110011 |
Color Harmonies of #BF43C2
Complementary color
Monochromatic Colors of #BF43C2
Black with #BF43C2
Text Example
Text Example
White with #BF43C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43C2; }
p { color: rgb(191,67,194); }
H1.HeaderClassName
{
color: #BF43C2;
}
.AnyTagClassName
{
color: #BF43C2;
}
</style>
background-color css
<style>
a { background-color: #BF43C2; }
a { background-color: rgb(191,67,194); }
div.DivClassName
{
background-color: #BF43C2;
}
.BgClassName
{
background-color: #BF43C2;
}
</style>
border-color css
<style>
span { border-color: #BF43C2; }
span { border-color: rgb(191,67,194); }
td.TdClassName
{
border-color: #BF43C2;
}
.TagClassName
{
border-color: #BF43C2;
}
</style>