Shades of Fuchsia #BF37B2
Tints of Fuchsia #BF37B2
RGB
CMYK
RGB Variations
Color information
#BF37B2 (or 0xBF37B2) is known color: Fuchsia. HEX triplet: BF, 37 and B2. RGB value is (191,55,178). Sum of RGB (Red+Green+Blue) = 191+55+178=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF37B2 is #40C84D. Grayscale: #6D6D6D. Windows color (decimal): -4245582 or 11679679. OLE color: 11679679.
HSL color Cylindrical-coordinate representation of color #BF37B2: hue angle of 305.74º 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 #BF37B2 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 178 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.25 |
| HSL | 305.74º | 0.55% | 0.48% | - |
| HSV(B) | 305.74º | 0.71% | 0.75% | - |
| XYZ | 30.89 | 17.02 | 43.78 | - |
| YUV | 109.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 178 | 0 | 0.71 | 0.07 | 0.25 | 305.74 | 0.55 | 0.48 |
| Hex | BF | 37 | B2 | 0 | 47 | 7 | 19 | 132 | 37 | 30 |
| Octal | 277 | 67 | 262 | 0 | 107 | 7 | 31 | 462 | 67 | 60 |
| Binary | 10111111 | 110111 | 10110010 | 0 | 1000111 | 111 | 11001 | 100110010 | 110111 | 110000 |
Color Harmonies of #BF37B2
Complementary color
Monochromatic Colors of #BF37B2
Black with #BF37B2
Text Example
Text Example
White with #BF37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37B2; }
p { color: rgb(191,55,178); }
H1.HeaderClassName
{
color: #BF37B2;
}
.AnyTagClassName
{
color: #BF37B2;
}
</style>
background-color css
<style>
a { background-color: #BF37B2; }
a { background-color: rgb(191,55,178); }
div.DivClassName
{
background-color: #BF37B2;
}
.BgClassName
{
background-color: #BF37B2;
}
</style>
border-color css
<style>
span { border-color: #BF37B2; }
span { border-color: rgb(191,55,178); }
td.TdClassName
{
border-color: #BF37B2;
}
.TagClassName
{
border-color: #BF37B2;
}
</style>