Shades of Fuchsia #BD2BAE
Tints of Fuchsia #BD2BAE
RGB
CMYK
RGB Variations
Color information
#BD2BAE (or 0xBD2BAE) is known color: Fuchsia. HEX triplet: BD, 2B and AE. RGB value is (189,43,174). Sum of RGB (Red+Green+Blue) = 189+43+174=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2BAE is #42D451. Grayscale: #656565. Windows color (decimal): -4379730 or 11414461. OLE color: 11414461.
HSL color Cylindrical-coordinate representation of color #BD2BAE: hue angle of 306.16º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2BAE is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 174 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.26 |
| HSL | 306.16º | 0.63% | 0.45% | - |
| HSV(B) | 306.16º | 0.77% | 0.74% | - |
| XYZ | 29.49 | 15.6 | 41.5 | - |
| YUV | 101.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 174 | 0 | 0.77 | 0.08 | 0.26 | 306.16 | 0.63 | 0.45 |
| Hex | BD | 2B | AE | 0 | 4D | 8 | 1A | 132 | 3F | 2D |
| Octal | 275 | 53 | 256 | 0 | 115 | 10 | 32 | 462 | 77 | 55 |
| Binary | 10111101 | 101011 | 10101110 | 0 | 1001101 | 1000 | 11010 | 100110010 | 111111 | 101101 |
Color Harmonies of #BD2BAE
Complementary color
Monochromatic Colors of #BD2BAE
Black with #BD2BAE
Text Example
Text Example
White with #BD2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BAE; }
p { color: rgb(189,43,174); }
H1.HeaderClassName
{
color: #BD2BAE;
}
.AnyTagClassName
{
color: #BD2BAE;
}
</style>
background-color css
<style>
a { background-color: #BD2BAE; }
a { background-color: rgb(189,43,174); }
div.DivClassName
{
background-color: #BD2BAE;
}
.BgClassName
{
background-color: #BD2BAE;
}
</style>
border-color css
<style>
span { border-color: #BD2BAE; }
span { border-color: rgb(189,43,174); }
td.TdClassName
{
border-color: #BD2BAE;
}
.TagClassName
{
border-color: #BD2BAE;
}
</style>