Shades of Fuchsia #BF37C2
Tints of Fuchsia #BF37C2
RGB
CMYK
RGB Variations
Color information
#BF37C2 (or 0xBF37C2) is known color: Fuchsia. HEX triplet: BF, 37 and C2. RGB value is (191,55,194). Sum of RGB (Red+Green+Blue) = 191+55+194=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF37C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37C2 is #40C83D. Grayscale: #6F6F6F. Windows color (decimal): -4245566 or 12728255. OLE color: 12728255.
HSL color Cylindrical-coordinate representation of color #BF37C2: hue angle of 298.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF37C2 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 55 | 194 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.24 |
| HSL | 298.71º | 0.56% | 0.49% | - |
| HSV(B) | 298.71º | 0.72% | 0.76% | - |
| XYZ | 32.59 | 17.7 | 52.74 | - |
| YUV | 111.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 194 | 0.02 | 0.72 | 0 | 0.24 | 298.71 | 0.56 | 0.49 |
| Hex | BF | 37 | C2 | 2 | 48 | 0 | 18 | 12B | 38 | 31 |
| Octal | 277 | 67 | 302 | 2 | 110 | 0 | 30 | 453 | 70 | 61 |
| Binary | 10111111 | 110111 | 11000010 | 10 | 1001000 | 0 | 11000 | 100101011 | 111000 | 110001 |
Color Harmonies of #BF37C2
Complementary color
Monochromatic Colors of #BF37C2
Black with #BF37C2
Text Example
Text Example
White with #BF37C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37C2; }
p { color: rgb(191,55,194); }
H1.HeaderClassName
{
color: #BF37C2;
}
.AnyTagClassName
{
color: #BF37C2;
}
</style>
background-color css
<style>
a { background-color: #BF37C2; }
a { background-color: rgb(191,55,194); }
div.DivClassName
{
background-color: #BF37C2;
}
.BgClassName
{
background-color: #BF37C2;
}
</style>
border-color css
<style>
span { border-color: #BF37C2; }
span { border-color: rgb(191,55,194); }
td.TdClassName
{
border-color: #BF37C2;
}
.TagClassName
{
border-color: #BF37C2;
}
</style>