Shades of Fuchsia #BF2ABE
Tints of Fuchsia #BF2ABE
RGB
CMYK
RGB Variations
Color information
#BF2ABE (or 0xBF2ABE) is known color: Fuchsia. HEX triplet: BF, 2A and BE. RGB value is (191,42,190). Sum of RGB (Red+Green+Blue) = 191+42+190=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ABE is #40D541. Grayscale: #666666. Windows color (decimal): -4248898 or 12462783. OLE color: 12462783.
HSL color Cylindrical-coordinate representation of color #BF2ABE: hue angle of 300.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2ABE is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 190 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.25 |
| HSL | 300.4º | 0.64% | 0.46% | - |
| HSV(B) | 300.4º | 0.78% | 0.75% | - |
| XYZ | 31.61 | 16.45 | 50.22 | - |
| YUV | 103.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 190 | 0 | 0.78 | 0.01 | 0.25 | 300.4 | 0.64 | 0.46 |
| Hex | BF | 2A | BE | 0 | 4E | 1 | 19 | 12C | 40 | 2E |
| Octal | 277 | 52 | 276 | 0 | 116 | 1 | 31 | 454 | 100 | 56 |
| Binary | 10111111 | 101010 | 10111110 | 0 | 1001110 | 1 | 11001 | 100101100 | 1000000 | 101110 |
Color Harmonies of #BF2ABE
Complementary color
Monochromatic Colors of #BF2ABE
Black with #BF2ABE
Text Example
Text Example
White with #BF2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ABE; }
p { color: rgb(191,42,190); }
H1.HeaderClassName
{
color: #BF2ABE;
}
.AnyTagClassName
{
color: #BF2ABE;
}
</style>
background-color css
<style>
a { background-color: #BF2ABE; }
a { background-color: rgb(191,42,190); }
div.DivClassName
{
background-color: #BF2ABE;
}
.BgClassName
{
background-color: #BF2ABE;
}
</style>
border-color css
<style>
span { border-color: #BF2ABE; }
span { border-color: rgb(191,42,190); }
td.TdClassName
{
border-color: #BF2ABE;
}
.TagClassName
{
border-color: #BF2ABE;
}
</style>