Shades of Fuchsia #BD2AAF
Tints of Fuchsia #BD2AAF
RGB
CMYK
RGB Variations
Color information
#BD2AAF (or 0xBD2AAF) is known color: Fuchsia. HEX triplet: BD, 2A and AF. RGB value is (189,42,175). Sum of RGB (Red+Green+Blue) = 189+42+175=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2AAF is #42D550. Grayscale: #646464. Windows color (decimal): -4379985 or 11479741. OLE color: 11479741.
HSL color Cylindrical-coordinate representation of color #BD2AAF: hue angle of 305.71º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2AAF is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 175 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.26 |
| HSL | 305.71º | 0.64% | 0.45% | - |
| HSV(B) | 305.71º | 0.78% | 0.74% | - |
| XYZ | 29.55 | 15.57 | 42.01 | - |
| YUV | 101.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 175 | 0 | 0.78 | 0.07 | 0.26 | 305.71 | 0.64 | 0.45 |
| Hex | BD | 2A | AF | 0 | 4E | 7 | 1A | 132 | 40 | 2D |
| Octal | 275 | 52 | 257 | 0 | 116 | 7 | 32 | 462 | 100 | 55 |
| Binary | 10111101 | 101010 | 10101111 | 0 | 1001110 | 111 | 11010 | 100110010 | 1000000 | 101101 |
Color Harmonies of #BD2AAF
Complementary color
Monochromatic Colors of #BD2AAF
Black with #BD2AAF
Text Example
Text Example
White with #BD2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AAF; }
p { color: rgb(189,42,175); }
H1.HeaderClassName
{
color: #BD2AAF;
}
.AnyTagClassName
{
color: #BD2AAF;
}
</style>
background-color css
<style>
a { background-color: #BD2AAF; }
a { background-color: rgb(189,42,175); }
div.DivClassName
{
background-color: #BD2AAF;
}
.BgClassName
{
background-color: #BD2AAF;
}
</style>
border-color css
<style>
span { border-color: #BD2AAF; }
span { border-color: rgb(189,42,175); }
td.TdClassName
{
border-color: #BD2AAF;
}
.TagClassName
{
border-color: #BD2AAF;
}
</style>