Shades of Fuchsia #BF5DB8
Tints of Fuchsia #BF5DB8
RGB
CMYK
RGB Variations
Color information
#BF5DB8 (or 0xBF5DB8) is known color: Fuchsia. HEX triplet: BF, 5D and B8. RGB value is (191,93,184). Sum of RGB (Red+Green+Blue) = 191+93+184=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DB8 is #40A247. Grayscale: #848484. Windows color (decimal): -4235848 or 12082623. OLE color: 12082623.
HSL color Cylindrical-coordinate representation of color #BF5DB8: hue angle of 304.29º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5DB8 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 184 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.25 |
| HSL | 304.29º | 0.43% | 0.56% | - |
| HSV(B) | 304.29º | 0.51% | 0.75% | - |
| XYZ | 34.05 | 22.37 | 47.87 | - |
| YUV | 132.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 184 | 0 | 0.51 | 0.04 | 0.25 | 304.29 | 0.43 | 0.56 |
| Hex | BF | 5D | B8 | 0 | 33 | 4 | 19 | 130 | 2B | 38 |
| Octal | 277 | 135 | 270 | 0 | 63 | 4 | 31 | 460 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10111000 | 0 | 110011 | 100 | 11001 | 100110000 | 101011 | 111000 |
Color Harmonies of #BF5DB8
Complementary color
Monochromatic Colors of #BF5DB8
Black with #BF5DB8
Text Example
Text Example
White with #BF5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5DB8; }
p { color: rgb(191,93,184); }
H1.HeaderClassName
{
color: #BF5DB8;
}
.AnyTagClassName
{
color: #BF5DB8;
}
</style>
background-color css
<style>
a { background-color: #BF5DB8; }
a { background-color: rgb(191,93,184); }
div.DivClassName
{
background-color: #BF5DB8;
}
.BgClassName
{
background-color: #BF5DB8;
}
</style>
border-color css
<style>
span { border-color: #BF5DB8; }
span { border-color: rgb(191,93,184); }
td.TdClassName
{
border-color: #BF5DB8;
}
.TagClassName
{
border-color: #BF5DB8;
}
</style>