Shades of Fuchsia #BD3AC2
Tints of Fuchsia #BD3AC2
RGB
CMYK
RGB Variations
Color information
#BD3AC2 (or 0xBD3AC2) is known color: Fuchsia. HEX triplet: BD, 3A and C2. RGB value is (189,58,194). Sum of RGB (Red+Green+Blue) = 189+58+194=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD3AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3AC2 is #42C53D. Grayscale: #707070. Windows color (decimal): -4375870 or 12729021. OLE color: 12729021.
HSL color Cylindrical-coordinate representation of color #BD3AC2: hue angle of 297.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3AC2 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 58 | 194 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.24 |
| HSL | 297.79º | 0.54% | 0.49% | - |
| HSV(B) | 297.79º | 0.7% | 0.76% | - |
| XYZ | 32.24 | 17.74 | 52.76 | - |
| YUV | 112.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 194 | 0.03 | 0.70 | 0 | 0.24 | 297.79 | 0.54 | 0.49 |
| Hex | BD | 3A | C2 | 3 | 46 | 0 | 18 | 12A | 36 | 31 |
| Octal | 275 | 72 | 302 | 3 | 106 | 0 | 30 | 452 | 66 | 61 |
| Binary | 10111101 | 111010 | 11000010 | 11 | 1000110 | 0 | 11000 | 100101010 | 110110 | 110001 |
Color Harmonies of #BD3AC2
Complementary color
Monochromatic Colors of #BD3AC2
Black with #BD3AC2
Text Example
Text Example
White with #BD3AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AC2; }
p { color: rgb(189,58,194); }
H1.HeaderClassName
{
color: #BD3AC2;
}
.AnyTagClassName
{
color: #BD3AC2;
}
</style>
background-color css
<style>
a { background-color: #BD3AC2; }
a { background-color: rgb(189,58,194); }
div.DivClassName
{
background-color: #BD3AC2;
}
.BgClassName
{
background-color: #BD3AC2;
}
</style>
border-color css
<style>
span { border-color: #BD3AC2; }
span { border-color: rgb(189,58,194); }
td.TdClassName
{
border-color: #BD3AC2;
}
.TagClassName
{
border-color: #BD3AC2;
}
</style>