Shades of Fuchsia #BF41B3
Tints of Fuchsia #BF41B3
RGB
CMYK
RGB Variations
Color information
#BF41B3 (or 0xBF41B3) is known color: Fuchsia. HEX triplet: BF, 41 and B3. RGB value is (191,65,179). Sum of RGB (Red+Green+Blue) = 191+65+179=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41B3 is #40BE4C. Grayscale: #737373. Windows color (decimal): -4243021 or 11747775. OLE color: 11747775.
HSL color Cylindrical-coordinate representation of color #BF41B3: hue angle of 305.71º 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 #BF41B3 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 179 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.25 |
| HSL | 305.71º | 0.5% | 0.5% | - |
| HSV(B) | 305.71º | 0.66% | 0.75% | - |
| XYZ | 31.51 | 18.11 | 44.48 | - |
| YUV | 115.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 179 | 0 | 0.66 | 0.06 | 0.25 | 305.71 | 0.5 | 0.5 |
| Hex | BF | 41 | B3 | 0 | 42 | 6 | 19 | 132 | 32 | 32 |
| Octal | 277 | 101 | 263 | 0 | 102 | 6 | 31 | 462 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10110011 | 0 | 1000010 | 110 | 11001 | 100110010 | 110010 | 110010 |
Color Harmonies of #BF41B3
Complementary color
Monochromatic Colors of #BF41B3
Black with #BF41B3
Text Example
Text Example
White with #BF41B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41B3; }
p { color: rgb(191,65,179); }
H1.HeaderClassName
{
color: #BF41B3;
}
.AnyTagClassName
{
color: #BF41B3;
}
</style>
background-color css
<style>
a { background-color: #BF41B3; }
a { background-color: rgb(191,65,179); }
div.DivClassName
{
background-color: #BF41B3;
}
.BgClassName
{
background-color: #BF41B3;
}
</style>
border-color css
<style>
span { border-color: #BF41B3; }
span { border-color: rgb(191,65,179); }
td.TdClassName
{
border-color: #BF41B3;
}
.TagClassName
{
border-color: #BF41B3;
}
</style>