Shades of Fuchsia #BF5DB6
Tints of Fuchsia #BF5DB6
RGB
CMYK
RGB Variations
Color information
#BF5DB6 (or 0xBF5DB6) is known color: Fuchsia. HEX triplet: BF, 5D and B6. RGB value is (191,93,182). Sum of RGB (Red+Green+Blue) = 191+93+182=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DB6 is #40A249. Grayscale: #848484. Windows color (decimal): -4235850 or 11951551. OLE color: 11951551.
HSL color Cylindrical-coordinate representation of color #BF5DB6: hue angle of 305.51º 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 #BF5DB6 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 182 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.25 |
| HSL | 305.51º | 0.43% | 0.56% | - |
| HSV(B) | 305.51º | 0.51% | 0.75% | - |
| XYZ | 33.84 | 22.28 | 46.77 | - |
| YUV | 132.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 182 | 0 | 0.51 | 0.05 | 0.25 | 305.51 | 0.43 | 0.56 |
| Hex | BF | 5D | B6 | 0 | 33 | 5 | 19 | 132 | 2B | 38 |
| Octal | 277 | 135 | 266 | 0 | 63 | 5 | 31 | 462 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10110110 | 0 | 110011 | 101 | 11001 | 100110010 | 101011 | 111000 |
Color Harmonies of #BF5DB6
Complementary color
Monochromatic Colors of #BF5DB6
Black with #BF5DB6
Text Example
Text Example
White with #BF5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5DB6; }
p { color: rgb(191,93,182); }
H1.HeaderClassName
{
color: #BF5DB6;
}
.AnyTagClassName
{
color: #BF5DB6;
}
</style>
background-color css
<style>
a { background-color: #BF5DB6; }
a { background-color: rgb(191,93,182); }
div.DivClassName
{
background-color: #BF5DB6;
}
.BgClassName
{
background-color: #BF5DB6;
}
</style>
border-color css
<style>
span { border-color: #BF5DB6; }
span { border-color: rgb(191,93,182); }
td.TdClassName
{
border-color: #BF5DB6;
}
.TagClassName
{
border-color: #BF5DB6;
}
</style>