Shades of Fuchsia #BF5DB4
Tints of Fuchsia #BF5DB4
RGB
CMYK
RGB Variations
Color information
#BF5DB4 (or 0xBF5DB4) is known color: Fuchsia. HEX triplet: BF, 5D and B4. RGB value is (191,93,180). Sum of RGB (Red+Green+Blue) = 191+93+180=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DB4 is #40A24B. Grayscale: #838383. Windows color (decimal): -4235852 or 11820479. OLE color: 11820479.
HSL color Cylindrical-coordinate representation of color #BF5DB4: hue angle of 306.73º 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 #BF5DB4 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 180 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.25 |
| HSL | 306.73º | 0.43% | 0.56% | - |
| HSV(B) | 306.73º | 0.51% | 0.75% | - |
| XYZ | 33.64 | 22.2 | 45.69 | - |
| YUV | 132.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 180 | 0 | 0.51 | 0.06 | 0.25 | 306.73 | 0.43 | 0.56 |
| Hex | BF | 5D | B4 | 0 | 33 | 6 | 19 | 133 | 2B | 38 |
| Octal | 277 | 135 | 264 | 0 | 63 | 6 | 31 | 463 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10110100 | 0 | 110011 | 110 | 11001 | 100110011 | 101011 | 111000 |
Color Harmonies of #BF5DB4
Complementary color
Monochromatic Colors of #BF5DB4
Black with #BF5DB4
Text Example
Text Example
White with #BF5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5DB4; }
p { color: rgb(191,93,180); }
H1.HeaderClassName
{
color: #BF5DB4;
}
.AnyTagClassName
{
color: #BF5DB4;
}
</style>
background-color css
<style>
a { background-color: #BF5DB4; }
a { background-color: rgb(191,93,180); }
div.DivClassName
{
background-color: #BF5DB4;
}
.BgClassName
{
background-color: #BF5DB4;
}
</style>
border-color css
<style>
span { border-color: #BF5DB4; }
span { border-color: rgb(191,93,180); }
td.TdClassName
{
border-color: #BF5DB4;
}
.TagClassName
{
border-color: #BF5DB4;
}
</style>