Shades of Fuchsia #BF40B8
Tints of Fuchsia #BF40B8
RGB
CMYK
RGB Variations
Color information
#BF40B8 (or 0xBF40B8) is known color: Fuchsia. HEX triplet: BF, 40 and B8. RGB value is (191,64,184). Sum of RGB (Red+Green+Blue) = 191+64+184=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40B8 is #40BF47. Grayscale: #737373. Windows color (decimal): -4243272 or 12075199. OLE color: 12075199.
HSL color Cylindrical-coordinate representation of color #BF40B8: hue angle of 303.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF40B8 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 184 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.25 |
| HSL | 303.31º | 0.5% | 0.5% | - |
| HSV(B) | 303.31º | 0.66% | 0.75% | - |
| XYZ | 31.97 | 18.2 | 47.18 | - |
| YUV | 115.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 184 | 0 | 0.66 | 0.04 | 0.25 | 303.31 | 0.5 | 0.5 |
| Hex | BF | 40 | B8 | 0 | 42 | 4 | 19 | 12F | 32 | 32 |
| Octal | 277 | 100 | 270 | 0 | 102 | 4 | 31 | 457 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10111000 | 0 | 1000010 | 100 | 11001 | 100101111 | 110010 | 110010 |
Color Harmonies of #BF40B8
Complementary color
Monochromatic Colors of #BF40B8
Black with #BF40B8
Text Example
Text Example
White with #BF40B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40B8; }
p { color: rgb(191,64,184); }
H1.HeaderClassName
{
color: #BF40B8;
}
.AnyTagClassName
{
color: #BF40B8;
}
</style>
background-color css
<style>
a { background-color: #BF40B8; }
a { background-color: rgb(191,64,184); }
div.DivClassName
{
background-color: #BF40B8;
}
.BgClassName
{
background-color: #BF40B8;
}
</style>
border-color css
<style>
span { border-color: #BF40B8; }
span { border-color: rgb(191,64,184); }
td.TdClassName
{
border-color: #BF40B8;
}
.TagClassName
{
border-color: #BF40B8;
}
</style>