Shades of Fuchsia #BD3EA8
Tints of Fuchsia #BD3EA8
RGB
CMYK
RGB Variations
Color information
#BD3EA8 (or 0xBD3EA8) is known color: Fuchsia. HEX triplet: BD, 3E and A8. RGB value is (189,62,168). Sum of RGB (Red+Green+Blue) = 189+62+168=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA8 is #42C157. Grayscale: #6F6F6F. Windows color (decimal): -4374872 or 11026109. OLE color: 11026109.
HSL color Cylindrical-coordinate representation of color #BD3EA8: hue angle of 309.92º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3EA8 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 168 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.26 |
| HSL | 309.92º | 0.51% | 0.49% | - |
| HSV(B) | 309.92º | 0.67% | 0.74% | - |
| XYZ | 29.78 | 17.09 | 38.78 | - |
| YUV | 112.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 168 | 0 | 0.67 | 0.11 | 0.26 | 309.92 | 0.51 | 0.49 |
| Hex | BD | 3E | A8 | 0 | 43 | B | 1A | 136 | 33 | 31 |
| Octal | 275 | 76 | 250 | 0 | 103 | 13 | 32 | 466 | 63 | 61 |
| Binary | 10111101 | 111110 | 10101000 | 0 | 1000011 | 1011 | 11010 | 100110110 | 110011 | 110001 |
Color Harmonies of #BD3EA8
Complementary color
Monochromatic Colors of #BD3EA8
Black with #BD3EA8
Text Example
Text Example
White with #BD3EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EA8; }
p { color: rgb(189,62,168); }
H1.HeaderClassName
{
color: #BD3EA8;
}
.AnyTagClassName
{
color: #BD3EA8;
}
</style>
background-color css
<style>
a { background-color: #BD3EA8; }
a { background-color: rgb(189,62,168); }
div.DivClassName
{
background-color: #BD3EA8;
}
.BgClassName
{
background-color: #BD3EA8;
}
</style>
border-color css
<style>
span { border-color: #BD3EA8; }
span { border-color: rgb(189,62,168); }
td.TdClassName
{
border-color: #BD3EA8;
}
.TagClassName
{
border-color: #BD3EA8;
}
</style>