Shades of Fuchsia #BD39AA
Tints of Fuchsia #BD39AA
RGB
CMYK
RGB Variations
Color information
#BD39AA (or 0xBD39AA) is known color: Fuchsia. HEX triplet: BD, 39 and AA. RGB value is (189,57,170). Sum of RGB (Red+Green+Blue) = 189+57+170=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39AA is #42C655. Grayscale: #6D6D6D. Windows color (decimal): -4376150 or 11155901. OLE color: 11155901.
HSL color Cylindrical-coordinate representation of color #BD39AA: hue angle of 308.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD39AA is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 170 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.26 |
| HSL | 308.64º | 0.54% | 0.48% | - |
| HSV(B) | 308.64º | 0.7% | 0.74% | - |
| XYZ | 29.71 | 16.65 | 39.68 | - |
| YUV | 109.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 170 | 0 | 0.70 | 0.10 | 0.26 | 308.64 | 0.54 | 0.48 |
| Hex | BD | 39 | AA | 0 | 46 | A | 1A | 135 | 36 | 30 |
| Octal | 275 | 71 | 252 | 0 | 106 | 12 | 32 | 465 | 66 | 60 |
| Binary | 10111101 | 111001 | 10101010 | 0 | 1000110 | 1010 | 11010 | 100110101 | 110110 | 110000 |
Color Harmonies of #BD39AA
Complementary color
Monochromatic Colors of #BD39AA
Black with #BD39AA
Text Example
Text Example
White with #BD39AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39AA; }
p { color: rgb(189,57,170); }
H1.HeaderClassName
{
color: #BD39AA;
}
.AnyTagClassName
{
color: #BD39AA;
}
</style>
background-color css
<style>
a { background-color: #BD39AA; }
a { background-color: rgb(189,57,170); }
div.DivClassName
{
background-color: #BD39AA;
}
.BgClassName
{
background-color: #BD39AA;
}
</style>
border-color css
<style>
span { border-color: #BD39AA; }
span { border-color: rgb(189,57,170); }
td.TdClassName
{
border-color: #BD39AA;
}
.TagClassName
{
border-color: #BD39AA;
}
</style>