Shades of Fuchsia #BD5EAC
Tints of Fuchsia #BD5EAC
RGB
CMYK
RGB Variations
Color information
#BD5EAC (or 0xBD5EAC) is known color: Fuchsia. HEX triplet: BD, 5E and AC. RGB value is (189,94,172). Sum of RGB (Red+Green+Blue) = 189+94+172=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5EAC is #42A153. Grayscale: #838383. Windows color (decimal): -4366676 or 11296445. OLE color: 11296445.
HSL color Cylindrical-coordinate representation of color #BD5EAC: hue angle of 310.74º 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 #BD5EAC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 172 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.26 |
| HSL | 310.74º | 0.42% | 0.55% | - |
| HSV(B) | 310.74º | 0.5% | 0.74% | - |
| XYZ | 32.44 | 21.8 | 41.53 | - |
| YUV | 131.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 172 | 0 | 0.50 | 0.09 | 0.26 | 310.74 | 0.42 | 0.55 |
| Hex | BD | 5E | AC | 0 | 32 | 9 | 1A | 137 | 2A | 37 |
| Octal | 275 | 136 | 254 | 0 | 62 | 11 | 32 | 467 | 52 | 67 |
| Binary | 10111101 | 1011110 | 10101100 | 0 | 110010 | 1001 | 11010 | 100110111 | 101010 | 110111 |
Color Harmonies of #BD5EAC
Complementary color
Monochromatic Colors of #BD5EAC
Black with #BD5EAC
Text Example
Text Example
White with #BD5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EAC; }
p { color: rgb(189,94,172); }
H1.HeaderClassName
{
color: #BD5EAC;
}
.AnyTagClassName
{
color: #BD5EAC;
}
</style>
background-color css
<style>
a { background-color: #BD5EAC; }
a { background-color: rgb(189,94,172); }
div.DivClassName
{
background-color: #BD5EAC;
}
.BgClassName
{
background-color: #BD5EAC;
}
</style>
border-color css
<style>
span { border-color: #BD5EAC; }
span { border-color: rgb(189,94,172); }
td.TdClassName
{
border-color: #BD5EAC;
}
.TagClassName
{
border-color: #BD5EAC;
}
</style>