Shades of Fuchsia #BF3EAA
Tints of Fuchsia #BF3EAA
RGB
CMYK
RGB Variations
Color information
#BF3EAA (or 0xBF3EAA) is known color: Fuchsia. HEX triplet: BF, 3E and AA. RGB value is (191,62,170). Sum of RGB (Red+Green+Blue) = 191+62+170=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3EAA is #40C155. Grayscale: #707070. Windows color (decimal): -4243798 or 11157183. OLE color: 11157183.
HSL color Cylindrical-coordinate representation of color #BF3EAA: hue angle of 309.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3EAA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 170 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.25 |
| HSL | 309.77º | 0.51% | 0.5% | - |
| HSV(B) | 309.77º | 0.68% | 0.75% | - |
| XYZ | 30.46 | 17.42 | 39.79 | - |
| YUV | 112.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 170 | 0 | 0.68 | 0.11 | 0.25 | 309.77 | 0.51 | 0.5 |
| Hex | BF | 3E | AA | 0 | 44 | B | 19 | 136 | 33 | 32 |
| Octal | 277 | 76 | 252 | 0 | 104 | 13 | 31 | 466 | 63 | 62 |
| Binary | 10111111 | 111110 | 10101010 | 0 | 1000100 | 1011 | 11001 | 100110110 | 110011 | 110010 |
Color Harmonies of #BF3EAA
Complementary color
Monochromatic Colors of #BF3EAA
Black with #BF3EAA
Text Example
Text Example
White with #BF3EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EAA; }
p { color: rgb(191,62,170); }
H1.HeaderClassName
{
color: #BF3EAA;
}
.AnyTagClassName
{
color: #BF3EAA;
}
</style>
background-color css
<style>
a { background-color: #BF3EAA; }
a { background-color: rgb(191,62,170); }
div.DivClassName
{
background-color: #BF3EAA;
}
.BgClassName
{
background-color: #BF3EAA;
}
</style>
border-color css
<style>
span { border-color: #BF3EAA; }
span { border-color: rgb(191,62,170); }
td.TdClassName
{
border-color: #BF3EAA;
}
.TagClassName
{
border-color: #BF3EAA;
}
</style>