Shades of Fuchsia #BF28B8
Tints of Fuchsia #BF28B8
RGB
CMYK
RGB Variations
Color information
#BF28B8 (or 0xBF28B8) is known color: Fuchsia. HEX triplet: BF, 28 and B8. RGB value is (191,40,184). Sum of RGB (Red+Green+Blue) = 191+40+184=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF28B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28B8 is #40D747. Grayscale: #656565. Windows color (decimal): -4249416 or 12069055. OLE color: 12069055.
HSL color Cylindrical-coordinate representation of color #BF28B8: hue angle of 302.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF28B8 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 184 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.25 |
| HSL | 302.78º | 0.65% | 0.45% | - |
| HSV(B) | 302.78º | 0.79% | 0.75% | - |
| XYZ | 30.9 | 16.05 | 46.82 | - |
| YUV | 101.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 184 | 0 | 0.79 | 0.04 | 0.25 | 302.78 | 0.65 | 0.45 |
| Hex | BF | 28 | B8 | 0 | 4F | 4 | 19 | 12F | 41 | 2D |
| Octal | 277 | 50 | 270 | 0 | 117 | 4 | 31 | 457 | 101 | 55 |
| Binary | 10111111 | 101000 | 10111000 | 0 | 1001111 | 100 | 11001 | 100101111 | 1000001 | 101101 |
Color Harmonies of #BF28B8
Complementary color
Monochromatic Colors of #BF28B8
Black with #BF28B8
Text Example
Text Example
White with #BF28B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28B8; }
p { color: rgb(191,40,184); }
H1.HeaderClassName
{
color: #BF28B8;
}
.AnyTagClassName
{
color: #BF28B8;
}
</style>
background-color css
<style>
a { background-color: #BF28B8; }
a { background-color: rgb(191,40,184); }
div.DivClassName
{
background-color: #BF28B8;
}
.BgClassName
{
background-color: #BF28B8;
}
</style>
border-color css
<style>
span { border-color: #BF28B8; }
span { border-color: rgb(191,40,184); }
td.TdClassName
{
border-color: #BF28B8;
}
.TagClassName
{
border-color: #BF28B8;
}
</style>