Shades of Fuchsia #BD54C7
Tints of Fuchsia #BD54C7
RGB
CMYK
RGB Variations
Color information
#BD54C7 (or 0xBD54C7) is known color: Fuchsia. HEX triplet: BD, 54 and C7. RGB value is (189,84,199). Sum of RGB (Red+Green+Blue) = 189+84+199=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD54C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54C7 is #42AB38. Grayscale: #808080. Windows color (decimal): -4369209 or 13063357. OLE color: 13063357.
HSL color Cylindrical-coordinate representation of color #BD54C7: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD54C7 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 84 | 199 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.22 |
| HSL | 294.78º | 0.51% | 0.55% | - |
| HSV(B) | 294.78º | 0.58% | 0.78% | - |
| XYZ | 34.47 | 21.28 | 56.32 | - |
| YUV | 128.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 199 | 0.05 | 0.58 | 0 | 0.22 | 294.78 | 0.51 | 0.55 |
| Hex | BD | 54 | C7 | 5 | 3A | 0 | 16 | 127 | 33 | 37 |
| Octal | 275 | 124 | 307 | 5 | 72 | 0 | 26 | 447 | 63 | 67 |
| Binary | 10111101 | 1010100 | 11000111 | 101 | 111010 | 0 | 10110 | 100100111 | 110011 | 110111 |
Color Harmonies of #BD54C7
Complementary color
Monochromatic Colors of #BD54C7
Black with #BD54C7
Text Example
Text Example
White with #BD54C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54C7; }
p { color: rgb(189,84,199); }
H1.HeaderClassName
{
color: #BD54C7;
}
.AnyTagClassName
{
color: #BD54C7;
}
</style>
background-color css
<style>
a { background-color: #BD54C7; }
a { background-color: rgb(189,84,199); }
div.DivClassName
{
background-color: #BD54C7;
}
.BgClassName
{
background-color: #BD54C7;
}
</style>
border-color css
<style>
span { border-color: #BD54C7; }
span { border-color: rgb(189,84,199); }
td.TdClassName
{
border-color: #BD54C7;
}
.TagClassName
{
border-color: #BD54C7;
}
</style>