Shades of Fuchsia #BD54BF
Tints of Fuchsia #BD54BF
RGB
CMYK
RGB Variations
Color information
#BD54BF (or 0xBD54BF) is known color: Fuchsia. HEX triplet: BD, 54 and BF. RGB value is (189,84,191). Sum of RGB (Red+Green+Blue) = 189+84+191=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD54BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54BF is #42AB40. Grayscale: #7F7F7F. Windows color (decimal): -4369217 or 12539069. OLE color: 12539069.
HSL color Cylindrical-coordinate representation of color #BD54BF: hue angle of 298.88º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD54BF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 84 | 191 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.25 |
| HSL | 298.88º | 0.46% | 0.54% | - |
| HSV(B) | 298.88º | 0.56% | 0.75% | - |
| XYZ | 33.56 | 20.92 | 51.56 | - |
| YUV | 127.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 191 | 0.01 | 0.56 | 0 | 0.25 | 298.88 | 0.46 | 0.54 |
| Hex | BD | 54 | BF | 1 | 38 | 0 | 19 | 12B | 2E | 36 |
| Octal | 275 | 124 | 277 | 1 | 70 | 0 | 31 | 453 | 56 | 66 |
| Binary | 10111101 | 1010100 | 10111111 | 1 | 111000 | 0 | 11001 | 100101011 | 101110 | 110110 |
Color Harmonies of #BD54BF
Complementary color
Monochromatic Colors of #BD54BF
Black with #BD54BF
Text Example
Text Example
White with #BD54BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54BF; }
p { color: rgb(189,84,191); }
H1.HeaderClassName
{
color: #BD54BF;
}
.AnyTagClassName
{
color: #BD54BF;
}
</style>
background-color css
<style>
a { background-color: #BD54BF; }
a { background-color: rgb(189,84,191); }
div.DivClassName
{
background-color: #BD54BF;
}
.BgClassName
{
background-color: #BD54BF;
}
</style>
border-color css
<style>
span { border-color: #BD54BF; }
span { border-color: rgb(189,84,191); }
td.TdClassName
{
border-color: #BD54BF;
}
.TagClassName
{
border-color: #BD54BF;
}
</style>