Shades of Fuchsia #BD3EA6
Tints of Fuchsia #BD3EA6
RGB
CMYK
RGB Variations
Color information
#BD3EA6 (or 0xBD3EA6) is known color: Fuchsia. HEX triplet: BD, 3E and A6. RGB value is (189,62,166). Sum of RGB (Red+Green+Blue) = 189+62+166=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA6 is #42C159. Grayscale: #6F6F6F. Windows color (decimal): -4374874 or 10895037. OLE color: 10895037.
HSL color Cylindrical-coordinate representation of color #BD3EA6: hue angle of 310.87º 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 #BD3EA6 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 166 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.26 |
| HSL | 310.87º | 0.51% | 0.49% | - |
| HSV(B) | 310.87º | 0.67% | 0.74% | - |
| XYZ | 29.59 | 17.02 | 37.8 | - |
| YUV | 111.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 166 | 0 | 0.67 | 0.12 | 0.26 | 310.87 | 0.51 | 0.49 |
| Hex | BD | 3E | A6 | 0 | 43 | C | 1A | 137 | 33 | 31 |
| Octal | 275 | 76 | 246 | 0 | 103 | 14 | 32 | 467 | 63 | 61 |
| Binary | 10111101 | 111110 | 10100110 | 0 | 1000011 | 1100 | 11010 | 100110111 | 110011 | 110001 |
Color Harmonies of #BD3EA6
Complementary color
Monochromatic Colors of #BD3EA6
Black with #BD3EA6
Text Example
Text Example
White with #BD3EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EA6; }
p { color: rgb(189,62,166); }
H1.HeaderClassName
{
color: #BD3EA6;
}
.AnyTagClassName
{
color: #BD3EA6;
}
</style>
background-color css
<style>
a { background-color: #BD3EA6; }
a { background-color: rgb(189,62,166); }
div.DivClassName
{
background-color: #BD3EA6;
}
.BgClassName
{
background-color: #BD3EA6;
}
</style>
border-color css
<style>
span { border-color: #BD3EA6; }
span { border-color: rgb(189,62,166); }
td.TdClassName
{
border-color: #BD3EA6;
}
.TagClassName
{
border-color: #BD3EA6;
}
</style>