Shades of Fuchsia #BD3BA9
Tints of Fuchsia #BD3BA9
RGB
CMYK
RGB Variations
Color information
#BD3BA9 (or 0xBD3BA9) is known color: Fuchsia. HEX triplet: BD, 3B and A9. RGB value is (189,59,169). Sum of RGB (Red+Green+Blue) = 189+59+169=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3BA9 is #42C456. Grayscale: #6E6E6E. Windows color (decimal): -4375639 or 11090877. OLE color: 11090877.
HSL color Cylindrical-coordinate representation of color #BD3BA9: hue angle of 309.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3BA9 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 169 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.26 |
| HSL | 309.23º | 0.52% | 0.49% | - |
| HSV(B) | 309.23º | 0.69% | 0.74% | - |
| XYZ | 29.71 | 16.81 | 39.22 | - |
| YUV | 110.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 169 | 0 | 0.69 | 0.11 | 0.26 | 309.23 | 0.52 | 0.49 |
| Hex | BD | 3B | A9 | 0 | 45 | B | 1A | 135 | 34 | 31 |
| Octal | 275 | 73 | 251 | 0 | 105 | 13 | 32 | 465 | 64 | 61 |
| Binary | 10111101 | 111011 | 10101001 | 0 | 1000101 | 1011 | 11010 | 100110101 | 110100 | 110001 |
Color Harmonies of #BD3BA9
Complementary color
Monochromatic Colors of #BD3BA9
Black with #BD3BA9
Text Example
Text Example
White with #BD3BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BA9; }
p { color: rgb(189,59,169); }
H1.HeaderClassName
{
color: #BD3BA9;
}
.AnyTagClassName
{
color: #BD3BA9;
}
</style>
background-color css
<style>
a { background-color: #BD3BA9; }
a { background-color: rgb(189,59,169); }
div.DivClassName
{
background-color: #BD3BA9;
}
.BgClassName
{
background-color: #BD3BA9;
}
</style>
border-color css
<style>
span { border-color: #BD3BA9; }
span { border-color: rgb(189,59,169); }
td.TdClassName
{
border-color: #BD3BA9;
}
.TagClassName
{
border-color: #BD3BA9;
}
</style>