Shades of Fuchsia #BD3DAC
Tints of Fuchsia #BD3DAC
RGB
CMYK
RGB Variations
Color information
#BD3DAC (or 0xBD3DAC) is known color: Fuchsia. HEX triplet: BD, 3D and AC. RGB value is (189,61,172). Sum of RGB (Red+Green+Blue) = 189+61+172=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3DAC is #42C253. Grayscale: #6F6F6F. Windows color (decimal): -4375124 or 11287997. OLE color: 11287997.
HSL color Cylindrical-coordinate representation of color #BD3DAC: hue angle of 307.97º 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 #BD3DAC is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 172 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.26 |
| HSL | 307.97º | 0.51% | 0.49% | - |
| HSV(B) | 307.97º | 0.68% | 0.74% | - |
| XYZ | 30.1 | 17.13 | 40.75 | - |
| YUV | 111.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 172 | 0 | 0.68 | 0.09 | 0.26 | 307.97 | 0.51 | 0.49 |
| Hex | BD | 3D | AC | 0 | 44 | 9 | 1A | 134 | 33 | 31 |
| Octal | 275 | 75 | 254 | 0 | 104 | 11 | 32 | 464 | 63 | 61 |
| Binary | 10111101 | 111101 | 10101100 | 0 | 1000100 | 1001 | 11010 | 100110100 | 110011 | 110001 |
Color Harmonies of #BD3DAC
Complementary color
Monochromatic Colors of #BD3DAC
Black with #BD3DAC
Text Example
Text Example
White with #BD3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DAC; }
p { color: rgb(189,61,172); }
H1.HeaderClassName
{
color: #BD3DAC;
}
.AnyTagClassName
{
color: #BD3DAC;
}
</style>
background-color css
<style>
a { background-color: #BD3DAC; }
a { background-color: rgb(189,61,172); }
div.DivClassName
{
background-color: #BD3DAC;
}
.BgClassName
{
background-color: #BD3DAC;
}
</style>
border-color css
<style>
span { border-color: #BD3DAC; }
span { border-color: rgb(189,61,172); }
td.TdClassName
{
border-color: #BD3DAC;
}
.TagClassName
{
border-color: #BD3DAC;
}
</style>