Shades of Fuchsia #BF5DB5
Tints of Fuchsia #BF5DB5
RGB
CMYK
RGB Variations
Color information
#BF5DB5 (or 0xBF5DB5) is known color: Fuchsia. HEX triplet: BF, 5D and B5. RGB value is (191,93,181). Sum of RGB (Red+Green+Blue) = 191+93+181=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DB5 is #40A24A. Grayscale: #848484. Windows color (decimal): -4235851 or 11886015. OLE color: 11886015.
HSL color Cylindrical-coordinate representation of color #BF5DB5: hue angle of 306.12º 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 #BF5DB5 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 181 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.25 |
| HSL | 306.12º | 0.43% | 0.56% | - |
| HSV(B) | 306.12º | 0.51% | 0.75% | - |
| XYZ | 33.74 | 22.24 | 46.23 | - |
| YUV | 132.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 181 | 0 | 0.51 | 0.05 | 0.25 | 306.12 | 0.43 | 0.56 |
| Hex | BF | 5D | B5 | 0 | 33 | 5 | 19 | 132 | 2B | 38 |
| Octal | 277 | 135 | 265 | 0 | 63 | 5 | 31 | 462 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10110101 | 0 | 110011 | 101 | 11001 | 100110010 | 101011 | 111000 |
Color Harmonies of #BF5DB5
Complementary color
Monochromatic Colors of #BF5DB5
Black with #BF5DB5
Text Example
Text Example
White with #BF5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5DB5; }
p { color: rgb(191,93,181); }
H1.HeaderClassName
{
color: #BF5DB5;
}
.AnyTagClassName
{
color: #BF5DB5;
}
</style>
background-color css
<style>
a { background-color: #BF5DB5; }
a { background-color: rgb(191,93,181); }
div.DivClassName
{
background-color: #BF5DB5;
}
.BgClassName
{
background-color: #BF5DB5;
}
</style>
border-color css
<style>
span { border-color: #BF5DB5; }
span { border-color: rgb(191,93,181); }
td.TdClassName
{
border-color: #BF5DB5;
}
.TagClassName
{
border-color: #BF5DB5;
}
</style>