Shades of Fuchsia #BF41B8
Tints of Fuchsia #BF41B8
RGB
CMYK
RGB Variations
Color information
#BF41B8 (or 0xBF41B8) is known color: Fuchsia. HEX triplet: BF, 41 and B8. RGB value is (191,65,184). Sum of RGB (Red+Green+Blue) = 191+65+184=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41B8 is #40BE47. Grayscale: #737373. Windows color (decimal): -4243016 or 12075455. OLE color: 12075455.
HSL color Cylindrical-coordinate representation of color #BF41B8: hue angle of 303.33º 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 #BF41B8 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 184 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.25 |
| HSL | 303.33º | 0.5% | 0.5% | - |
| HSV(B) | 303.33º | 0.66% | 0.75% | - |
| XYZ | 32.03 | 18.32 | 47.2 | - |
| YUV | 116.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 184 | 0 | 0.66 | 0.04 | 0.25 | 303.33 | 0.5 | 0.5 |
| Hex | BF | 41 | B8 | 0 | 42 | 4 | 19 | 12F | 32 | 32 |
| Octal | 277 | 101 | 270 | 0 | 102 | 4 | 31 | 457 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10111000 | 0 | 1000010 | 100 | 11001 | 100101111 | 110010 | 110010 |
Color Harmonies of #BF41B8
Complementary color
Monochromatic Colors of #BF41B8
Black with #BF41B8
Text Example
Text Example
White with #BF41B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41B8; }
p { color: rgb(191,65,184); }
H1.HeaderClassName
{
color: #BF41B8;
}
.AnyTagClassName
{
color: #BF41B8;
}
</style>
background-color css
<style>
a { background-color: #BF41B8; }
a { background-color: rgb(191,65,184); }
div.DivClassName
{
background-color: #BF41B8;
}
.BgClassName
{
background-color: #BF41B8;
}
</style>
border-color css
<style>
span { border-color: #BF41B8; }
span { border-color: rgb(191,65,184); }
td.TdClassName
{
border-color: #BF41B8;
}
.TagClassName
{
border-color: #BF41B8;
}
</style>