Shades of Fuchsia #BD34AD
Tints of Fuchsia #BD34AD
RGB
CMYK
RGB Variations
Color information
#BD34AD (or 0xBD34AD) is known color: Fuchsia. HEX triplet: BD, 34 and AD. RGB value is (189,52,173). Sum of RGB (Red+Green+Blue) = 189+52+173=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD34AD is #42CB52. Grayscale: #6A6A6A. Windows color (decimal): -4377427 or 11351229. OLE color: 11351229.
HSL color Cylindrical-coordinate representation of color #BD34AD: hue angle of 307.01º 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 #BD34AD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 173 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.26 |
| HSL | 307.01º | 0.57% | 0.47% | - |
| HSV(B) | 307.01º | 0.72% | 0.74% | - |
| XYZ | 29.76 | 16.29 | 41.11 | - |
| YUV | 106.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 173 | 0 | 0.72 | 0.08 | 0.26 | 307.01 | 0.57 | 0.47 |
| Hex | BD | 34 | AD | 0 | 48 | 8 | 1A | 133 | 39 | 2F |
| Octal | 275 | 64 | 255 | 0 | 110 | 10 | 32 | 463 | 71 | 57 |
| Binary | 10111101 | 110100 | 10101101 | 0 | 1001000 | 1000 | 11010 | 100110011 | 111001 | 101111 |
Color Harmonies of #BD34AD
Complementary color
Monochromatic Colors of #BD34AD
Black with #BD34AD
Text Example
Text Example
White with #BD34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34AD; }
p { color: rgb(189,52,173); }
H1.HeaderClassName
{
color: #BD34AD;
}
.AnyTagClassName
{
color: #BD34AD;
}
</style>
background-color css
<style>
a { background-color: #BD34AD; }
a { background-color: rgb(189,52,173); }
div.DivClassName
{
background-color: #BD34AD;
}
.BgClassName
{
background-color: #BD34AD;
}
</style>
border-color css
<style>
span { border-color: #BD34AD; }
span { border-color: rgb(189,52,173); }
td.TdClassName
{
border-color: #BD34AD;
}
.TagClassName
{
border-color: #BD34AD;
}
</style>