Shades of Fuchsia #BF36C8
Tints of Fuchsia #BF36C8
RGB
CMYK
RGB Variations
Color information
#BF36C8 (or 0xBF36C8) is known color: Fuchsia. HEX triplet: BF, 36 and C8. RGB value is (191,54,200). Sum of RGB (Red+Green+Blue) = 191+54+200=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF36C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36C8 is #40C937. Grayscale: #6F6F6F. Windows color (decimal): -4245816 or 13121215. OLE color: 13121215.
HSL color Cylindrical-coordinate representation of color #BF36C8: hue angle of 296.3º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF36C8 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 54 | 200 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.22 |
| HSL | 296.3º | 0.57% | 0.5% | - |
| HSV(B) | 296.3º | 0.73% | 0.78% | - |
| XYZ | 33.23 | 17.88 | 56.34 | - |
| YUV | 111.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 200 | 0.04 | 0.73 | 0 | 0.22 | 296.3 | 0.57 | 0.5 |
| Hex | BF | 36 | C8 | 4 | 49 | 0 | 16 | 128 | 39 | 32 |
| Octal | 277 | 66 | 310 | 4 | 111 | 0 | 26 | 450 | 71 | 62 |
| Binary | 10111111 | 110110 | 11001000 | 100 | 1001001 | 0 | 10110 | 100101000 | 111001 | 110010 |
Color Harmonies of #BF36C8
Complementary color
Monochromatic Colors of #BF36C8
Black with #BF36C8
Text Example
Text Example
White with #BF36C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36C8; }
p { color: rgb(191,54,200); }
H1.HeaderClassName
{
color: #BF36C8;
}
.AnyTagClassName
{
color: #BF36C8;
}
</style>
background-color css
<style>
a { background-color: #BF36C8; }
a { background-color: rgb(191,54,200); }
div.DivClassName
{
background-color: #BF36C8;
}
.BgClassName
{
background-color: #BF36C8;
}
</style>
border-color css
<style>
span { border-color: #BF36C8; }
span { border-color: rgb(191,54,200); }
td.TdClassName
{
border-color: #BF36C8;
}
.TagClassName
{
border-color: #BF36C8;
}
</style>