Shades of Fuchsia #BF36BA
Tints of Fuchsia #BF36BA
RGB
CMYK
RGB Variations
Color information
#BF36BA (or 0xBF36BA) is known color: Fuchsia. HEX triplet: BF, 36 and BA. RGB value is (191,54,186). Sum of RGB (Red+Green+Blue) = 191+54+186=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36BA is #40C945. Grayscale: #6D6D6D. Windows color (decimal): -4245830 or 12203711. OLE color: 12203711.
HSL color Cylindrical-coordinate representation of color #BF36BA: hue angle of 302.19º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF36BA is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 186 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.25 |
| HSL | 302.19º | 0.56% | 0.48% | - |
| HSV(B) | 302.19º | 0.72% | 0.75% | - |
| XYZ | 31.67 | 17.26 | 48.12 | - |
| YUV | 110.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 186 | 0 | 0.72 | 0.03 | 0.25 | 302.19 | 0.56 | 0.48 |
| Hex | BF | 36 | BA | 0 | 48 | 3 | 19 | 12E | 38 | 30 |
| Octal | 277 | 66 | 272 | 0 | 110 | 3 | 31 | 456 | 70 | 60 |
| Binary | 10111111 | 110110 | 10111010 | 0 | 1001000 | 11 | 11001 | 100101110 | 111000 | 110000 |
Color Harmonies of #BF36BA
Complementary color
Monochromatic Colors of #BF36BA
Black with #BF36BA
Text Example
Text Example
White with #BF36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36BA; }
p { color: rgb(191,54,186); }
H1.HeaderClassName
{
color: #BF36BA;
}
.AnyTagClassName
{
color: #BF36BA;
}
</style>
background-color css
<style>
a { background-color: #BF36BA; }
a { background-color: rgb(191,54,186); }
div.DivClassName
{
background-color: #BF36BA;
}
.BgClassName
{
background-color: #BF36BA;
}
</style>
border-color css
<style>
span { border-color: #BF36BA; }
span { border-color: rgb(191,54,186); }
td.TdClassName
{
border-color: #BF36BA;
}
.TagClassName
{
border-color: #BF36BA;
}
</style>