Shades of Fuchsia #BF31B8
Tints of Fuchsia #BF31B8
RGB
CMYK
RGB Variations
Color information
#BF31B8 (or 0xBF31B8) is known color: Fuchsia. HEX triplet: BF, 31 and B8. RGB value is (191,49,184). Sum of RGB (Red+Green+Blue) = 191+49+184=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31B8 is #40CE47. Grayscale: #6A6A6A. Windows color (decimal): -4247112 or 12071359. OLE color: 12071359.
HSL color Cylindrical-coordinate representation of color #BF31B8: hue angle of 302.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF31B8 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 184 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.25 |
| HSL | 302.96º | 0.59% | 0.47% | - |
| HSV(B) | 302.96º | 0.74% | 0.75% | - |
| XYZ | 31.24 | 16.73 | 46.93 | - |
| YUV | 106.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 184 | 0 | 0.74 | 0.04 | 0.25 | 302.96 | 0.59 | 0.47 |
| Hex | BF | 31 | B8 | 0 | 4A | 4 | 19 | 12F | 3B | 2F |
| Octal | 277 | 61 | 270 | 0 | 112 | 4 | 31 | 457 | 73 | 57 |
| Binary | 10111111 | 110001 | 10111000 | 0 | 1001010 | 100 | 11001 | 100101111 | 111011 | 101111 |
Color Harmonies of #BF31B8
Complementary color
Monochromatic Colors of #BF31B8
Black with #BF31B8
Text Example
Text Example
White with #BF31B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31B8; }
p { color: rgb(191,49,184); }
H1.HeaderClassName
{
color: #BF31B8;
}
.AnyTagClassName
{
color: #BF31B8;
}
</style>
background-color css
<style>
a { background-color: #BF31B8; }
a { background-color: rgb(191,49,184); }
div.DivClassName
{
background-color: #BF31B8;
}
.BgClassName
{
background-color: #BF31B8;
}
</style>
border-color css
<style>
span { border-color: #BF31B8; }
span { border-color: rgb(191,49,184); }
td.TdClassName
{
border-color: #BF31B8;
}
.TagClassName
{
border-color: #BF31B8;
}
</style>