Shades of Fuchsia #BD2ABD
Tints of Fuchsia #BD2ABD
RGB
CMYK
RGB Variations
Color information
#BD2ABD (or 0xBD2ABD) is known color: Fuchsia. HEX triplet: BD, 2A and BD. RGB value is (189,42,189). Sum of RGB (Red+Green+Blue) = 189+42+189=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD2ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ABD is #42D542. Grayscale: #666666. Windows color (decimal): -4379971 or 12397245. OLE color: 12397245.
HSL color Cylindrical-coordinate representation of color #BD2ABD: hue angle of 300º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2ABD is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 189 | - |
| CMYK | 0 | 0.78 | 0 | 0.26 |
| HSL | 300º | 0.64% | 0.45% | - |
| HSV(B) | 300º | 0.78% | 0.74% | - |
| XYZ | 31 | 16.15 | 49.63 | - |
| YUV | 102.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 189 | 0 | 0.78 | 0 | 0.26 | 300 | 0.64 | 0.45 |
| Hex | BD | 2A | BD | 0 | 4E | 0 | 1A | 12C | 40 | 2D |
| Octal | 275 | 52 | 275 | 0 | 116 | 0 | 32 | 454 | 100 | 55 |
| Binary | 10111101 | 101010 | 10111101 | 0 | 1001110 | 0 | 11010 | 100101100 | 1000000 | 101101 |
Color Harmonies of #BD2ABD
Complementary color
Monochromatic Colors of #BD2ABD
Black with #BD2ABD
Text Example
Text Example
White with #BD2ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ABD; }
p { color: rgb(189,42,189); }
H1.HeaderClassName
{
color: #BD2ABD;
}
.AnyTagClassName
{
color: #BD2ABD;
}
</style>
background-color css
<style>
a { background-color: #BD2ABD; }
a { background-color: rgb(189,42,189); }
div.DivClassName
{
background-color: #BD2ABD;
}
.BgClassName
{
background-color: #BD2ABD;
}
</style>
border-color css
<style>
span { border-color: #BD2ABD; }
span { border-color: rgb(189,42,189); }
td.TdClassName
{
border-color: #BD2ABD;
}
.TagClassName
{
border-color: #BD2ABD;
}
</style>