Shades of Fuchsia #BD4EBF
Tints of Fuchsia #BD4EBF
RGB
CMYK
RGB Variations
Color information
#BD4EBF (or 0xBD4EBF) is known color: Fuchsia. HEX triplet: BD, 4E and BF. RGB value is (189,78,191). Sum of RGB (Red+Green+Blue) = 189+78+191=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD4EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EBF is #42B140. Grayscale: #7B7B7B. Windows color (decimal): -4370753 or 12537533. OLE color: 12537533.
HSL color Cylindrical-coordinate representation of color #BD4EBF: hue angle of 298.94º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4EBF is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 78 | 191 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.25 |
| HSL | 298.94º | 0.47% | 0.53% | - |
| HSV(B) | 298.94º | 0.59% | 0.75% | - |
| XYZ | 33.11 | 20.03 | 51.41 | - |
| YUV | 124.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 191 | 0.01 | 0.59 | 0 | 0.25 | 298.94 | 0.47 | 0.53 |
| Hex | BD | 4E | BF | 1 | 3B | 0 | 19 | 12B | 2F | 35 |
| Octal | 275 | 116 | 277 | 1 | 73 | 0 | 31 | 453 | 57 | 65 |
| Binary | 10111101 | 1001110 | 10111111 | 1 | 111011 | 0 | 11001 | 100101011 | 101111 | 110101 |
Color Harmonies of #BD4EBF
Complementary color
Monochromatic Colors of #BD4EBF
Black with #BD4EBF
Text Example
Text Example
White with #BD4EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EBF; }
p { color: rgb(189,78,191); }
H1.HeaderClassName
{
color: #BD4EBF;
}
.AnyTagClassName
{
color: #BD4EBF;
}
</style>
background-color css
<style>
a { background-color: #BD4EBF; }
a { background-color: rgb(189,78,191); }
div.DivClassName
{
background-color: #BD4EBF;
}
.BgClassName
{
background-color: #BD4EBF;
}
</style>
border-color css
<style>
span { border-color: #BD4EBF; }
span { border-color: rgb(189,78,191); }
td.TdClassName
{
border-color: #BD4EBF;
}
.TagClassName
{
border-color: #BD4EBF;
}
</style>