Shades of Fuchsia #BD3CAE
Tints of Fuchsia #BD3CAE
RGB
CMYK
RGB Variations
Color information
#BD3CAE (or 0xBD3CAE) is known color: Fuchsia. HEX triplet: BD, 3C and AE. RGB value is (189,60,174). Sum of RGB (Red+Green+Blue) = 189+60+174=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3CAE is #42C351. Grayscale: #6F6F6F. Windows color (decimal): -4375378 or 11418813. OLE color: 11418813.
HSL color Cylindrical-coordinate representation of color #BD3CAE: hue angle of 306.98º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3CAE is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 174 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.26 |
| HSL | 306.98º | 0.52% | 0.49% | - |
| HSV(B) | 306.98º | 0.68% | 0.74% | - |
| XYZ | 30.24 | 17.11 | 41.75 | - |
| YUV | 111.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 174 | 0 | 0.68 | 0.08 | 0.26 | 306.98 | 0.52 | 0.49 |
| Hex | BD | 3C | AE | 0 | 44 | 8 | 1A | 133 | 34 | 31 |
| Octal | 275 | 74 | 256 | 0 | 104 | 10 | 32 | 463 | 64 | 61 |
| Binary | 10111101 | 111100 | 10101110 | 0 | 1000100 | 1000 | 11010 | 100110011 | 110100 | 110001 |
Color Harmonies of #BD3CAE
Complementary color
Monochromatic Colors of #BD3CAE
Black with #BD3CAE
Text Example
Text Example
White with #BD3CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CAE; }
p { color: rgb(189,60,174); }
H1.HeaderClassName
{
color: #BD3CAE;
}
.AnyTagClassName
{
color: #BD3CAE;
}
</style>
background-color css
<style>
a { background-color: #BD3CAE; }
a { background-color: rgb(189,60,174); }
div.DivClassName
{
background-color: #BD3CAE;
}
.BgClassName
{
background-color: #BD3CAE;
}
</style>
border-color css
<style>
span { border-color: #BD3CAE; }
span { border-color: rgb(189,60,174); }
td.TdClassName
{
border-color: #BD3CAE;
}
.TagClassName
{
border-color: #BD3CAE;
}
</style>