Shades of Fuchsia #BF37C8
Tints of Fuchsia #BF37C8
RGB
CMYK
RGB Variations
Color information
#BF37C8 (or 0xBF37C8) is known color: Fuchsia. HEX triplet: BF, 37 and C8. RGB value is (191,55,200). Sum of RGB (Red+Green+Blue) = 191+55+200=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF37C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37C8 is #40C837. Grayscale: #6F6F6F. Windows color (decimal): -4245560 or 13121471. OLE color: 13121471.
HSL color Cylindrical-coordinate representation of color #BF37C8: hue angle of 296.28º 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 #BF37C8 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 55 | 200 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.22 |
| HSL | 296.28º | 0.57% | 0.5% | - |
| HSV(B) | 296.28º | 0.73% | 0.78% | - |
| XYZ | 33.28 | 17.98 | 56.36 | - |
| YUV | 112.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 200 | 0.04 | 0.72 | 0 | 0.22 | 296.28 | 0.57 | 0.5 |
| Hex | BF | 37 | C8 | 4 | 48 | 0 | 16 | 128 | 39 | 32 |
| Octal | 277 | 67 | 310 | 4 | 110 | 0 | 26 | 450 | 71 | 62 |
| Binary | 10111111 | 110111 | 11001000 | 100 | 1001000 | 0 | 10110 | 100101000 | 111001 | 110010 |
Color Harmonies of #BF37C8
Complementary color
Monochromatic Colors of #BF37C8
Black with #BF37C8
Text Example
Text Example
White with #BF37C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37C8; }
p { color: rgb(191,55,200); }
H1.HeaderClassName
{
color: #BF37C8;
}
.AnyTagClassName
{
color: #BF37C8;
}
</style>
background-color css
<style>
a { background-color: #BF37C8; }
a { background-color: rgb(191,55,200); }
div.DivClassName
{
background-color: #BF37C8;
}
.BgClassName
{
background-color: #BF37C8;
}
</style>
border-color css
<style>
span { border-color: #BF37C8; }
span { border-color: rgb(191,55,200); }
td.TdClassName
{
border-color: #BF37C8;
}
.TagClassName
{
border-color: #BF37C8;
}
</style>