Shades of Fuchsia #BF37C0
Tints of Fuchsia #BF37C0
RGB
CMYK
RGB Variations
Color information
#BF37C0 (or 0xBF37C0) is known color: Fuchsia. HEX triplet: BF, 37 and C0. RGB value is (191,55,192). Sum of RGB (Red+Green+Blue) = 191+55+192=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF37C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37C0 is #40C83F. Grayscale: #6E6E6E. Windows color (decimal): -4245568 or 12597183. OLE color: 12597183.
HSL color Cylindrical-coordinate representation of color #BF37C0: hue angle of 299.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF37C0 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 192 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.25 |
| HSL | 299.56º | 0.55% | 0.48% | - |
| HSV(B) | 299.56º | 0.71% | 0.75% | - |
| XYZ | 32.37 | 17.61 | 51.56 | - |
| YUV | 111.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 192 | 0.01 | 0.71 | 0 | 0.25 | 299.56 | 0.55 | 0.48 |
| Hex | BF | 37 | C0 | 1 | 47 | 0 | 19 | 12C | 37 | 30 |
| Octal | 277 | 67 | 300 | 1 | 107 | 0 | 31 | 454 | 67 | 60 |
| Binary | 10111111 | 110111 | 11000000 | 1 | 1000111 | 0 | 11001 | 100101100 | 110111 | 110000 |
Color Harmonies of #BF37C0
Complementary color
Monochromatic Colors of #BF37C0
Black with #BF37C0
Text Example
Text Example
White with #BF37C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37C0; }
p { color: rgb(191,55,192); }
H1.HeaderClassName
{
color: #BF37C0;
}
.AnyTagClassName
{
color: #BF37C0;
}
</style>
background-color css
<style>
a { background-color: #BF37C0; }
a { background-color: rgb(191,55,192); }
div.DivClassName
{
background-color: #BF37C0;
}
.BgClassName
{
background-color: #BF37C0;
}
</style>
border-color css
<style>
span { border-color: #BF37C0; }
span { border-color: rgb(191,55,192); }
td.TdClassName
{
border-color: #BF37C0;
}
.TagClassName
{
border-color: #BF37C0;
}
</style>