Shades of Fuchsia #BD55C6
Tints of Fuchsia #BD55C6
RGB
CMYK
RGB Variations
Color information
#BD55C6 (or 0xBD55C6) is known color: Fuchsia. HEX triplet: BD, 55 and C6. RGB value is (189,85,198). Sum of RGB (Red+Green+Blue) = 189+85+198=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55C6 is #42AA39. Grayscale: #808080. Windows color (decimal): -4368954 or 12998077. OLE color: 12998077.
HSL color Cylindrical-coordinate representation of color #BD55C6: hue angle of 295.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD55C6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 85 | 198 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.22 |
| HSL | 295.22º | 0.5% | 0.55% | - |
| HSV(B) | 295.22º | 0.57% | 0.78% | - |
| XYZ | 34.43 | 21.39 | 55.74 | - |
| YUV | 128.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 198 | 0.05 | 0.57 | 0 | 0.22 | 295.22 | 0.5 | 0.55 |
| Hex | BD | 55 | C6 | 5 | 39 | 0 | 16 | 127 | 32 | 37 |
| Octal | 275 | 125 | 306 | 5 | 71 | 0 | 26 | 447 | 62 | 67 |
| Binary | 10111101 | 1010101 | 11000110 | 101 | 111001 | 0 | 10110 | 100100111 | 110010 | 110111 |
Color Harmonies of #BD55C6
Complementary color
Monochromatic Colors of #BD55C6
Black with #BD55C6
Text Example
Text Example
White with #BD55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55C6; }
p { color: rgb(189,85,198); }
H1.HeaderClassName
{
color: #BD55C6;
}
.AnyTagClassName
{
color: #BD55C6;
}
</style>
background-color css
<style>
a { background-color: #BD55C6; }
a { background-color: rgb(189,85,198); }
div.DivClassName
{
background-color: #BD55C6;
}
.BgClassName
{
background-color: #BD55C6;
}
</style>
border-color css
<style>
span { border-color: #BD55C6; }
span { border-color: rgb(189,85,198); }
td.TdClassName
{
border-color: #BD55C6;
}
.TagClassName
{
border-color: #BD55C6;
}
</style>