Shades of Fuchsia #BF43BA
Tints of Fuchsia #BF43BA
RGB
CMYK
RGB Variations
Color information
#BF43BA (or 0xBF43BA) is known color: Fuchsia. HEX triplet: BF, 43 and BA. RGB value is (191,67,186). Sum of RGB (Red+Green+Blue) = 191+67+186=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43BA is #40BC45. Grayscale: #757575. Windows color (decimal): -4242502 or 12207039. OLE color: 12207039.
HSL color Cylindrical-coordinate representation of color #BF43BA: hue angle of 302.42º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF43BA is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 186 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.25 |
| HSL | 302.42º | 0.49% | 0.51% | - |
| HSV(B) | 302.42º | 0.65% | 0.75% | - |
| XYZ | 32.36 | 18.64 | 48.35 | - |
| YUV | 117.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 186 | 0 | 0.65 | 0.03 | 0.25 | 302.42 | 0.49 | 0.51 |
| Hex | BF | 43 | BA | 0 | 41 | 3 | 19 | 12E | 31 | 33 |
| Octal | 277 | 103 | 272 | 0 | 101 | 3 | 31 | 456 | 61 | 63 |
| Binary | 10111111 | 1000011 | 10111010 | 0 | 1000001 | 11 | 11001 | 100101110 | 110001 | 110011 |
Color Harmonies of #BF43BA
Complementary color
Monochromatic Colors of #BF43BA
Black with #BF43BA
Text Example
Text Example
White with #BF43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43BA; }
p { color: rgb(191,67,186); }
H1.HeaderClassName
{
color: #BF43BA;
}
.AnyTagClassName
{
color: #BF43BA;
}
</style>
background-color css
<style>
a { background-color: #BF43BA; }
a { background-color: rgb(191,67,186); }
div.DivClassName
{
background-color: #BF43BA;
}
.BgClassName
{
background-color: #BF43BA;
}
</style>
border-color css
<style>
span { border-color: #BF43BA; }
span { border-color: rgb(191,67,186); }
td.TdClassName
{
border-color: #BF43BA;
}
.TagClassName
{
border-color: #BF43BA;
}
</style>