Shades of Fuchsia #BD2EAC
Tints of Fuchsia #BD2EAC
RGB
CMYK
RGB Variations
Color information
#BD2EAC (or 0xBD2EAC) is known color: Fuchsia. HEX triplet: BD, 2E and AC. RGB value is (189,46,172). Sum of RGB (Red+Green+Blue) = 189+46+172=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2EAC is #42D153. Grayscale: #666666. Windows color (decimal): -4378964 or 11284157. OLE color: 11284157.
HSL color Cylindrical-coordinate representation of color #BD2EAC: hue angle of 307.13º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EAC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 172 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.26 |
| HSL | 307.13º | 0.61% | 0.46% | - |
| HSV(B) | 307.13º | 0.76% | 0.74% | - |
| XYZ | 29.41 | 15.75 | 40.52 | - |
| YUV | 103.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 172 | 0 | 0.76 | 0.09 | 0.26 | 307.13 | 0.61 | 0.46 |
| Hex | BD | 2E | AC | 0 | 4C | 9 | 1A | 133 | 3D | 2E |
| Octal | 275 | 56 | 254 | 0 | 114 | 11 | 32 | 463 | 75 | 56 |
| Binary | 10111101 | 101110 | 10101100 | 0 | 1001100 | 1001 | 11010 | 100110011 | 111101 | 101110 |
Color Harmonies of #BD2EAC
Complementary color
Monochromatic Colors of #BD2EAC
Black with #BD2EAC
Text Example
Text Example
White with #BD2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EAC; }
p { color: rgb(189,46,172); }
H1.HeaderClassName
{
color: #BD2EAC;
}
.AnyTagClassName
{
color: #BD2EAC;
}
</style>
background-color css
<style>
a { background-color: #BD2EAC; }
a { background-color: rgb(189,46,172); }
div.DivClassName
{
background-color: #BD2EAC;
}
.BgClassName
{
background-color: #BD2EAC;
}
</style>
border-color css
<style>
span { border-color: #BD2EAC; }
span { border-color: rgb(189,46,172); }
td.TdClassName
{
border-color: #BD2EAC;
}
.TagClassName
{
border-color: #BD2EAC;
}
</style>