Shades of Fuchsia #BD5EAA
Tints of Fuchsia #BD5EAA
RGB
CMYK
RGB Variations
Color information
#BD5EAA (or 0xBD5EAA) is known color: Fuchsia. HEX triplet: BD, 5E and AA. RGB value is (189,94,170). Sum of RGB (Red+Green+Blue) = 189+94+170=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5EAA is #42A155. Grayscale: #828282. Windows color (decimal): -4366678 or 11165373. OLE color: 11165373.
HSL color Cylindrical-coordinate representation of color #BD5EAA: hue angle of 312º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5EAA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 170 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.26 |
| HSL | 312º | 0.42% | 0.55% | - |
| HSV(B) | 312º | 0.5% | 0.74% | - |
| XYZ | 32.24 | 21.73 | 40.52 | - |
| YUV | 131.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 170 | 0 | 0.50 | 0.10 | 0.26 | 312 | 0.42 | 0.55 |
| Hex | BD | 5E | AA | 0 | 32 | A | 1A | 138 | 2A | 37 |
| Octal | 275 | 136 | 252 | 0 | 62 | 12 | 32 | 470 | 52 | 67 |
| Binary | 10111101 | 1011110 | 10101010 | 0 | 110010 | 1010 | 11010 | 100111000 | 101010 | 110111 |
Color Harmonies of #BD5EAA
Complementary color
Monochromatic Colors of #BD5EAA
Black with #BD5EAA
Text Example
Text Example
White with #BD5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EAA; }
p { color: rgb(189,94,170); }
H1.HeaderClassName
{
color: #BD5EAA;
}
.AnyTagClassName
{
color: #BD5EAA;
}
</style>
background-color css
<style>
a { background-color: #BD5EAA; }
a { background-color: rgb(189,94,170); }
div.DivClassName
{
background-color: #BD5EAA;
}
.BgClassName
{
background-color: #BD5EAA;
}
</style>
border-color css
<style>
span { border-color: #BD5EAA; }
span { border-color: rgb(189,94,170); }
td.TdClassName
{
border-color: #BD5EAA;
}
.TagClassName
{
border-color: #BD5EAA;
}
</style>