Shades of Fuchsia #BD3AAF
Tints of Fuchsia #BD3AAF
RGB
CMYK
RGB Variations
Color information
#BD3AAF (or 0xBD3AAF) is known color: Fuchsia. HEX triplet: BD, 3A and AF. RGB value is (189,58,175). Sum of RGB (Red+Green+Blue) = 189+58+175=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3AAF is #42C550. Grayscale: #6E6E6E. Windows color (decimal): -4375889 or 11483837. OLE color: 11483837.
HSL color Cylindrical-coordinate representation of color #BD3AAF: hue angle of 306.41º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3AAF is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 175 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.26 |
| HSL | 306.41º | 0.53% | 0.48% | - |
| HSV(B) | 306.41º | 0.69% | 0.74% | - |
| XYZ | 30.24 | 16.94 | 42.23 | - |
| YUV | 110.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 175 | 0 | 0.69 | 0.07 | 0.26 | 306.41 | 0.53 | 0.48 |
| Hex | BD | 3A | AF | 0 | 45 | 7 | 1A | 132 | 35 | 30 |
| Octal | 275 | 72 | 257 | 0 | 105 | 7 | 32 | 462 | 65 | 60 |
| Binary | 10111101 | 111010 | 10101111 | 0 | 1000101 | 111 | 11010 | 100110010 | 110101 | 110000 |
Color Harmonies of #BD3AAF
Complementary color
Monochromatic Colors of #BD3AAF
Black with #BD3AAF
Text Example
Text Example
White with #BD3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AAF; }
p { color: rgb(189,58,175); }
H1.HeaderClassName
{
color: #BD3AAF;
}
.AnyTagClassName
{
color: #BD3AAF;
}
</style>
background-color css
<style>
a { background-color: #BD3AAF; }
a { background-color: rgb(189,58,175); }
div.DivClassName
{
background-color: #BD3AAF;
}
.BgClassName
{
background-color: #BD3AAF;
}
</style>
border-color css
<style>
span { border-color: #BD3AAF; }
span { border-color: rgb(189,58,175); }
td.TdClassName
{
border-color: #BD3AAF;
}
.TagClassName
{
border-color: #BD3AAF;
}
</style>