Shades of Fuchsia #BD5AAE
Tints of Fuchsia #BD5AAE
RGB
CMYK
RGB Variations
Color information
#BD5AAE (or 0xBD5AAE) is known color: Fuchsia. HEX triplet: BD, 5A and AE. RGB value is (189,90,174). Sum of RGB (Red+Green+Blue) = 189+90+174=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5AAE is #42A551. Grayscale: #808080. Windows color (decimal): -4367698 or 11426493. OLE color: 11426493.
HSL color Cylindrical-coordinate representation of color #BD5AAE: hue angle of 309.09º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5AAE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 174 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.26 |
| HSL | 309.09º | 0.43% | 0.55% | - |
| HSV(B) | 309.09º | 0.52% | 0.74% | - |
| XYZ | 32.28 | 21.19 | 42.43 | - |
| YUV | 129.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 174 | 0 | 0.52 | 0.08 | 0.26 | 309.09 | 0.43 | 0.55 |
| Hex | BD | 5A | AE | 0 | 34 | 8 | 1A | 135 | 2B | 37 |
| Octal | 275 | 132 | 256 | 0 | 64 | 10 | 32 | 465 | 53 | 67 |
| Binary | 10111101 | 1011010 | 10101110 | 0 | 110100 | 1000 | 11010 | 100110101 | 101011 | 110111 |
Color Harmonies of #BD5AAE
Complementary color
Monochromatic Colors of #BD5AAE
Black with #BD5AAE
Text Example
Text Example
White with #BD5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5AAE; }
p { color: rgb(189,90,174); }
H1.HeaderClassName
{
color: #BD5AAE;
}
.AnyTagClassName
{
color: #BD5AAE;
}
</style>
background-color css
<style>
a { background-color: #BD5AAE; }
a { background-color: rgb(189,90,174); }
div.DivClassName
{
background-color: #BD5AAE;
}
.BgClassName
{
background-color: #BD5AAE;
}
</style>
border-color css
<style>
span { border-color: #BD5AAE; }
span { border-color: rgb(189,90,174); }
td.TdClassName
{
border-color: #BD5AAE;
}
.TagClassName
{
border-color: #BD5AAE;
}
</style>