Shades of Fuchsia #BF43C8
Tints of Fuchsia #BF43C8
RGB
CMYK
RGB Variations
Color information
#BF43C8 (or 0xBF43C8) is known color: Fuchsia. HEX triplet: BF, 43 and C8. RGB value is (191,67,200). Sum of RGB (Red+Green+Blue) = 191+67+200=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF43C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43C8 is #40BC37. Grayscale: #767676. Windows color (decimal): -4242488 or 13124543. OLE color: 13124543.
HSL color Cylindrical-coordinate representation of color #BF43C8: hue angle of 295.94º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF43C8 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 67 | 200 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.22 |
| HSL | 295.94º | 0.55% | 0.52% | - |
| HSV(B) | 295.94º | 0.67% | 0.78% | - |
| XYZ | 33.92 | 19.26 | 56.57 | - |
| YUV | 119.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 200 | 0.04 | 0.66 | 0 | 0.22 | 295.94 | 0.55 | 0.52 |
| Hex | BF | 43 | C8 | 4 | 42 | 0 | 16 | 128 | 37 | 34 |
| Octal | 277 | 103 | 310 | 4 | 102 | 0 | 26 | 450 | 67 | 64 |
| Binary | 10111111 | 1000011 | 11001000 | 100 | 1000010 | 0 | 10110 | 100101000 | 110111 | 110100 |
Color Harmonies of #BF43C8
Complementary color
Monochromatic Colors of #BF43C8
Black with #BF43C8
Text Example
Text Example
White with #BF43C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43C8; }
p { color: rgb(191,67,200); }
H1.HeaderClassName
{
color: #BF43C8;
}
.AnyTagClassName
{
color: #BF43C8;
}
</style>
background-color css
<style>
a { background-color: #BF43C8; }
a { background-color: rgb(191,67,200); }
div.DivClassName
{
background-color: #BF43C8;
}
.BgClassName
{
background-color: #BF43C8;
}
</style>
border-color css
<style>
span { border-color: #BF43C8; }
span { border-color: rgb(191,67,200); }
td.TdClassName
{
border-color: #BF43C8;
}
.TagClassName
{
border-color: #BF43C8;
}
</style>