Shades of Fuchsia #BD39A8
Tints of Fuchsia #BD39A8
RGB
CMYK
RGB Variations
Color information
#BD39A8 (or 0xBD39A8) is known color: Fuchsia. HEX triplet: BD, 39 and A8. RGB value is (189,57,168). Sum of RGB (Red+Green+Blue) = 189+57+168=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39A8 is #42C657. Grayscale: #6C6C6C. Windows color (decimal): -4376152 or 11024829. OLE color: 11024829.
HSL color Cylindrical-coordinate representation of color #BD39A8: hue angle of 309.55º 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 #BD39A8 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 168 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.26 |
| HSL | 309.55º | 0.54% | 0.48% | - |
| HSV(B) | 309.55º | 0.7% | 0.74% | - |
| XYZ | 29.52 | 16.57 | 38.69 | - |
| YUV | 109.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 168 | 0 | 0.70 | 0.11 | 0.26 | 309.55 | 0.54 | 0.48 |
| Hex | BD | 39 | A8 | 0 | 46 | B | 1A | 136 | 36 | 30 |
| Octal | 275 | 71 | 250 | 0 | 106 | 13 | 32 | 466 | 66 | 60 |
| Binary | 10111101 | 111001 | 10101000 | 0 | 1000110 | 1011 | 11010 | 100110110 | 110110 | 110000 |
Color Harmonies of #BD39A8
Complementary color
Monochromatic Colors of #BD39A8
Black with #BD39A8
Text Example
Text Example
White with #BD39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39A8; }
p { color: rgb(189,57,168); }
H1.HeaderClassName
{
color: #BD39A8;
}
.AnyTagClassName
{
color: #BD39A8;
}
</style>
background-color css
<style>
a { background-color: #BD39A8; }
a { background-color: rgb(189,57,168); }
div.DivClassName
{
background-color: #BD39A8;
}
.BgClassName
{
background-color: #BD39A8;
}
</style>
border-color css
<style>
span { border-color: #BD39A8; }
span { border-color: rgb(189,57,168); }
td.TdClassName
{
border-color: #BD39A8;
}
.TagClassName
{
border-color: #BD39A8;
}
</style>