Shades of Fuchsia #BF41B2
Tints of Fuchsia #BF41B2
RGB
CMYK
RGB Variations
Color information
#BF41B2 (or 0xBF41B2) is known color: Fuchsia. HEX triplet: BF, 41 and B2. RGB value is (191,65,178). Sum of RGB (Red+Green+Blue) = 191+65+178=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41B2 is #40BE4D. Grayscale: #737373. Windows color (decimal): -4243022 or 11682239. OLE color: 11682239.
HSL color Cylindrical-coordinate representation of color #BF41B2: hue angle of 306.19º 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 #BF41B2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 178 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.25 |
| HSL | 306.19º | 0.5% | 0.5% | - |
| HSV(B) | 306.19º | 0.66% | 0.75% | - |
| XYZ | 31.41 | 18.07 | 43.95 | - |
| YUV | 115.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 178 | 0 | 0.66 | 0.07 | 0.25 | 306.19 | 0.5 | 0.5 |
| Hex | BF | 41 | B2 | 0 | 42 | 7 | 19 | 132 | 32 | 32 |
| Octal | 277 | 101 | 262 | 0 | 102 | 7 | 31 | 462 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10110010 | 0 | 1000010 | 111 | 11001 | 100110010 | 110010 | 110010 |
Color Harmonies of #BF41B2
Complementary color
Monochromatic Colors of #BF41B2
Black with #BF41B2
Text Example
Text Example
White with #BF41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41B2; }
p { color: rgb(191,65,178); }
H1.HeaderClassName
{
color: #BF41B2;
}
.AnyTagClassName
{
color: #BF41B2;
}
</style>
background-color css
<style>
a { background-color: #BF41B2; }
a { background-color: rgb(191,65,178); }
div.DivClassName
{
background-color: #BF41B2;
}
.BgClassName
{
background-color: #BF41B2;
}
</style>
border-color css
<style>
span { border-color: #BF41B2; }
span { border-color: rgb(191,65,178); }
td.TdClassName
{
border-color: #BF41B2;
}
.TagClassName
{
border-color: #BF41B2;
}
</style>