Shades of Fuchsia #BD5FAE
Tints of Fuchsia #BD5FAE
RGB
CMYK
RGB Variations
Color information
#BD5FAE (or 0xBD5FAE) is known color: Fuchsia. HEX triplet: BD, 5F and AE. RGB value is (189,95,174). Sum of RGB (Red+Green+Blue) = 189+95+174=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5FAE is #42A051. Grayscale: #838383. Windows color (decimal): -4366418 or 11427773. OLE color: 11427773.
HSL color Cylindrical-coordinate representation of color #BD5FAE: hue angle of 309.57º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5FAE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 174 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.26 |
| HSL | 309.57º | 0.42% | 0.56% | - |
| HSV(B) | 309.57º | 0.5% | 0.74% | - |
| XYZ | 32.72 | 22.06 | 42.58 | - |
| YUV | 132.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 174 | 0 | 0.50 | 0.08 | 0.26 | 309.57 | 0.42 | 0.56 |
| Hex | BD | 5F | AE | 0 | 32 | 8 | 1A | 136 | 2A | 38 |
| Octal | 275 | 137 | 256 | 0 | 62 | 10 | 32 | 466 | 52 | 70 |
| Binary | 10111101 | 1011111 | 10101110 | 0 | 110010 | 1000 | 11010 | 100110110 | 101010 | 111000 |
Color Harmonies of #BD5FAE
Complementary color
Monochromatic Colors of #BD5FAE
Black with #BD5FAE
Text Example
Text Example
White with #BD5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FAE; }
p { color: rgb(189,95,174); }
H1.HeaderClassName
{
color: #BD5FAE;
}
.AnyTagClassName
{
color: #BD5FAE;
}
</style>
background-color css
<style>
a { background-color: #BD5FAE; }
a { background-color: rgb(189,95,174); }
div.DivClassName
{
background-color: #BD5FAE;
}
.BgClassName
{
background-color: #BD5FAE;
}
</style>
border-color css
<style>
span { border-color: #BD5FAE; }
span { border-color: rgb(189,95,174); }
td.TdClassName
{
border-color: #BD5FAE;
}
.TagClassName
{
border-color: #BD5FAE;
}
</style>