Shades of Fuchsia #BD55C9
Tints of Fuchsia #BD55C9
RGB
CMYK
RGB Variations
Color information
#BD55C9 (or 0xBD55C9) is known color: Fuchsia. HEX triplet: BD, 55 and C9. RGB value is (189,85,201). Sum of RGB (Red+Green+Blue) = 189+85+201=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55C9 is #42AA36. Grayscale: #808080. Windows color (decimal): -4368951 or 13194685. OLE color: 13194685.
HSL color Cylindrical-coordinate representation of color #BD55C9: hue angle of 293.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD55C9 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 85 | 201 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.21 |
| HSL | 293.79º | 0.52% | 0.56% | - |
| HSV(B) | 293.79º | 0.58% | 0.79% | - |
| XYZ | 34.78 | 21.53 | 57.58 | - |
| YUV | 129.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 201 | 0.06 | 0.58 | 0 | 0.21 | 293.79 | 0.52 | 0.56 |
| Hex | BD | 55 | C9 | 6 | 3A | 0 | 15 | 126 | 34 | 38 |
| Octal | 275 | 125 | 311 | 6 | 72 | 0 | 25 | 446 | 64 | 70 |
| Binary | 10111101 | 1010101 | 11001001 | 110 | 111010 | 0 | 10101 | 100100110 | 110100 | 111000 |
Color Harmonies of #BD55C9
Complementary color
Monochromatic Colors of #BD55C9
Black with #BD55C9
Text Example
Text Example
White with #BD55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55C9; }
p { color: rgb(189,85,201); }
H1.HeaderClassName
{
color: #BD55C9;
}
.AnyTagClassName
{
color: #BD55C9;
}
</style>
background-color css
<style>
a { background-color: #BD55C9; }
a { background-color: rgb(189,85,201); }
div.DivClassName
{
background-color: #BD55C9;
}
.BgClassName
{
background-color: #BD55C9;
}
</style>
border-color css
<style>
span { border-color: #BD55C9; }
span { border-color: rgb(189,85,201); }
td.TdClassName
{
border-color: #BD55C9;
}
.TagClassName
{
border-color: #BD55C9;
}
</style>