Shades of Fuchsia #BD34AC
Tints of Fuchsia #BD34AC
RGB
CMYK
RGB Variations
Color information
#BD34AC (or 0xBD34AC) is known color: Fuchsia. HEX triplet: BD, 34 and AC. RGB value is (189,52,172). Sum of RGB (Red+Green+Blue) = 189+52+172=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD34AC is #42CB53. Grayscale: #6A6A6A. Windows color (decimal): -4377428 or 11285693. OLE color: 11285693.
HSL color Cylindrical-coordinate representation of color #BD34AC: hue angle of 307.45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD34AC is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 172 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.26 |
| HSL | 307.45º | 0.57% | 0.47% | - |
| HSV(B) | 307.45º | 0.72% | 0.74% | - |
| XYZ | 29.66 | 16.25 | 40.6 | - |
| YUV | 106.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 172 | 0 | 0.72 | 0.09 | 0.26 | 307.45 | 0.57 | 0.47 |
| Hex | BD | 34 | AC | 0 | 48 | 9 | 1A | 133 | 39 | 2F |
| Octal | 275 | 64 | 254 | 0 | 110 | 11 | 32 | 463 | 71 | 57 |
| Binary | 10111101 | 110100 | 10101100 | 0 | 1001000 | 1001 | 11010 | 100110011 | 111001 | 101111 |
Color Harmonies of #BD34AC
Complementary color
Monochromatic Colors of #BD34AC
Black with #BD34AC
Text Example
Text Example
White with #BD34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34AC; }
p { color: rgb(189,52,172); }
H1.HeaderClassName
{
color: #BD34AC;
}
.AnyTagClassName
{
color: #BD34AC;
}
</style>
background-color css
<style>
a { background-color: #BD34AC; }
a { background-color: rgb(189,52,172); }
div.DivClassName
{
background-color: #BD34AC;
}
.BgClassName
{
background-color: #BD34AC;
}
</style>
border-color css
<style>
span { border-color: #BD34AC; }
span { border-color: rgb(189,52,172); }
td.TdClassName
{
border-color: #BD34AC;
}
.TagClassName
{
border-color: #BD34AC;
}
</style>