Shades of Fuchsia #BF5AB8
Tints of Fuchsia #BF5AB8
RGB
CMYK
RGB Variations
Color information
#BF5AB8 (or 0xBF5AB8) is known color: Fuchsia. HEX triplet: BF, 5A and B8. RGB value is (191,90,184). Sum of RGB (Red+Green+Blue) = 191+90+184=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5AB8 is #40A547. Grayscale: #828282. Windows color (decimal): -4236616 or 12081855. OLE color: 12081855.
HSL color Cylindrical-coordinate representation of color #BF5AB8: hue angle of 304.16º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5AB8 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 184 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.25 |
| HSL | 304.16º | 0.44% | 0.55% | - |
| HSV(B) | 304.16º | 0.53% | 0.75% | - |
| XYZ | 33.79 | 21.85 | 47.78 | - |
| YUV | 130.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 184 | 0 | 0.53 | 0.04 | 0.25 | 304.16 | 0.44 | 0.55 |
| Hex | BF | 5A | B8 | 0 | 35 | 4 | 19 | 130 | 2C | 37 |
| Octal | 277 | 132 | 270 | 0 | 65 | 4 | 31 | 460 | 54 | 67 |
| Binary | 10111111 | 1011010 | 10111000 | 0 | 110101 | 100 | 11001 | 100110000 | 101100 | 110111 |
Color Harmonies of #BF5AB8
Complementary color
Monochromatic Colors of #BF5AB8
Black with #BF5AB8
Text Example
Text Example
White with #BF5AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AB8; }
p { color: rgb(191,90,184); }
H1.HeaderClassName
{
color: #BF5AB8;
}
.AnyTagClassName
{
color: #BF5AB8;
}
</style>
background-color css
<style>
a { background-color: #BF5AB8; }
a { background-color: rgb(191,90,184); }
div.DivClassName
{
background-color: #BF5AB8;
}
.BgClassName
{
background-color: #BF5AB8;
}
</style>
border-color css
<style>
span { border-color: #BF5AB8; }
span { border-color: rgb(191,90,184); }
td.TdClassName
{
border-color: #BF5AB8;
}
.TagClassName
{
border-color: #BF5AB8;
}
</style>