Shades of Fuchsia #BD3BA8
Tints of Fuchsia #BD3BA8
RGB
CMYK
RGB Variations
Color information
#BD3BA8 (or 0xBD3BA8) is known color: Fuchsia. HEX triplet: BD, 3B and A8. RGB value is (189,59,168). Sum of RGB (Red+Green+Blue) = 189+59+168=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3BA8 is #42C457. Grayscale: #6D6D6D. Windows color (decimal): -4375640 or 11025341. OLE color: 11025341.
HSL color Cylindrical-coordinate representation of color #BD3BA8: hue angle of 309.69º 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 #BD3BA8 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 168 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.26 |
| HSL | 309.69º | 0.52% | 0.49% | - |
| HSV(B) | 309.69º | 0.69% | 0.74% | - |
| XYZ | 29.62 | 16.77 | 38.72 | - |
| YUV | 110.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 168 | 0 | 0.69 | 0.11 | 0.26 | 309.69 | 0.52 | 0.49 |
| Hex | BD | 3B | A8 | 0 | 45 | B | 1A | 136 | 34 | 31 |
| Octal | 275 | 73 | 250 | 0 | 105 | 13 | 32 | 466 | 64 | 61 |
| Binary | 10111101 | 111011 | 10101000 | 0 | 1000101 | 1011 | 11010 | 100110110 | 110100 | 110001 |
Color Harmonies of #BD3BA8
Complementary color
Monochromatic Colors of #BD3BA8
Black with #BD3BA8
Text Example
Text Example
White with #BD3BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BA8; }
p { color: rgb(189,59,168); }
H1.HeaderClassName
{
color: #BD3BA8;
}
.AnyTagClassName
{
color: #BD3BA8;
}
</style>
background-color css
<style>
a { background-color: #BD3BA8; }
a { background-color: rgb(189,59,168); }
div.DivClassName
{
background-color: #BD3BA8;
}
.BgClassName
{
background-color: #BD3BA8;
}
</style>
border-color css
<style>
span { border-color: #BD3BA8; }
span { border-color: rgb(189,59,168); }
td.TdClassName
{
border-color: #BD3BA8;
}
.TagClassName
{
border-color: #BD3BA8;
}
</style>