Shades of Fuchsia #BD3DAE
Tints of Fuchsia #BD3DAE
RGB
CMYK
RGB Variations
Color information
#BD3DAE (or 0xBD3DAE) is known color: Fuchsia. HEX triplet: BD, 3D and AE. RGB value is (189,61,174). Sum of RGB (Red+Green+Blue) = 189+61+174=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3DAE is #42C251. Grayscale: #6F6F6F. Windows color (decimal): -4375122 or 11419069. OLE color: 11419069.
HSL color Cylindrical-coordinate representation of color #BD3DAE: hue angle of 307.03º degrees, saturation: 0.51, 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 #BD3DAE is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 174 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.26 |
| HSL | 307.03º | 0.51% | 0.49% | - |
| HSV(B) | 307.03º | 0.68% | 0.74% | - |
| XYZ | 30.29 | 17.21 | 41.77 | - |
| YUV | 112.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 174 | 0 | 0.68 | 0.08 | 0.26 | 307.03 | 0.51 | 0.49 |
| Hex | BD | 3D | AE | 0 | 44 | 8 | 1A | 133 | 33 | 31 |
| Octal | 275 | 75 | 256 | 0 | 104 | 10 | 32 | 463 | 63 | 61 |
| Binary | 10111101 | 111101 | 10101110 | 0 | 1000100 | 1000 | 11010 | 100110011 | 110011 | 110001 |
Color Harmonies of #BD3DAE
Complementary color
Monochromatic Colors of #BD3DAE
Black with #BD3DAE
Text Example
Text Example
White with #BD3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DAE; }
p { color: rgb(189,61,174); }
H1.HeaderClassName
{
color: #BD3DAE;
}
.AnyTagClassName
{
color: #BD3DAE;
}
</style>
background-color css
<style>
a { background-color: #BD3DAE; }
a { background-color: rgb(189,61,174); }
div.DivClassName
{
background-color: #BD3DAE;
}
.BgClassName
{
background-color: #BD3DAE;
}
</style>
border-color css
<style>
span { border-color: #BD3DAE; }
span { border-color: rgb(189,61,174); }
td.TdClassName
{
border-color: #BD3DAE;
}
.TagClassName
{
border-color: #BD3DAE;
}
</style>