Shades of Fuchsia #BD3BAC
Tints of Fuchsia #BD3BAC
RGB
CMYK
RGB Variations
Color information
#BD3BAC (or 0xBD3BAC) is known color: Fuchsia. HEX triplet: BD, 3B and AC. RGB value is (189,59,172). Sum of RGB (Red+Green+Blue) = 189+59+172=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3BAC is #42C453. Grayscale: #6E6E6E. Windows color (decimal): -4375636 or 11287485. OLE color: 11287485.
HSL color Cylindrical-coordinate representation of color #BD3BAC: hue angle of 307.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3BAC is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 172 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.26 |
| HSL | 307.85º | 0.52% | 0.49% | - |
| HSV(B) | 307.85º | 0.69% | 0.74% | - |
| XYZ | 30 | 16.93 | 40.72 | - |
| YUV | 110.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 172 | 0 | 0.69 | 0.09 | 0.26 | 307.85 | 0.52 | 0.49 |
| Hex | BD | 3B | AC | 0 | 45 | 9 | 1A | 134 | 34 | 31 |
| Octal | 275 | 73 | 254 | 0 | 105 | 11 | 32 | 464 | 64 | 61 |
| Binary | 10111101 | 111011 | 10101100 | 0 | 1000101 | 1001 | 11010 | 100110100 | 110100 | 110001 |
Color Harmonies of #BD3BAC
Complementary color
Monochromatic Colors of #BD3BAC
Black with #BD3BAC
Text Example
Text Example
White with #BD3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BAC; }
p { color: rgb(189,59,172); }
H1.HeaderClassName
{
color: #BD3BAC;
}
.AnyTagClassName
{
color: #BD3BAC;
}
</style>
background-color css
<style>
a { background-color: #BD3BAC; }
a { background-color: rgb(189,59,172); }
div.DivClassName
{
background-color: #BD3BAC;
}
.BgClassName
{
background-color: #BD3BAC;
}
</style>
border-color css
<style>
span { border-color: #BD3BAC; }
span { border-color: rgb(189,59,172); }
td.TdClassName
{
border-color: #BD3BAC;
}
.TagClassName
{
border-color: #BD3BAC;
}
</style>