Shades of Fuchsia #BD2AB4
Tints of Fuchsia #BD2AB4
RGB
CMYK
RGB Variations
Color information
#BD2AB4 (or 0xBD2AB4) is known color: Fuchsia. HEX triplet: BD, 2A and B4. RGB value is (189,42,180). Sum of RGB (Red+Green+Blue) = 189+42+180=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2AB4 is #42D54B. Grayscale: #656565. Windows color (decimal): -4379980 or 11807421. OLE color: 11807421.
HSL color Cylindrical-coordinate representation of color #BD2AB4: hue angle of 303.67º 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 #BD2AB4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 180 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.26 |
| HSL | 303.67º | 0.64% | 0.45% | - |
| HSV(B) | 303.67º | 0.78% | 0.74% | - |
| XYZ | 30.05 | 15.77 | 44.64 | - |
| YUV | 101.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 180 | 0 | 0.78 | 0.05 | 0.26 | 303.67 | 0.64 | 0.45 |
| Hex | BD | 2A | B4 | 0 | 4E | 5 | 1A | 130 | 40 | 2D |
| Octal | 275 | 52 | 264 | 0 | 116 | 5 | 32 | 460 | 100 | 55 |
| Binary | 10111101 | 101010 | 10110100 | 0 | 1001110 | 101 | 11010 | 100110000 | 1000000 | 101101 |
Color Harmonies of #BD2AB4
Complementary color
Monochromatic Colors of #BD2AB4
Black with #BD2AB4
Text Example
Text Example
White with #BD2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AB4; }
p { color: rgb(189,42,180); }
H1.HeaderClassName
{
color: #BD2AB4;
}
.AnyTagClassName
{
color: #BD2AB4;
}
</style>
background-color css
<style>
a { background-color: #BD2AB4; }
a { background-color: rgb(189,42,180); }
div.DivClassName
{
background-color: #BD2AB4;
}
.BgClassName
{
background-color: #BD2AB4;
}
</style>
border-color css
<style>
span { border-color: #BD2AB4; }
span { border-color: rgb(189,42,180); }
td.TdClassName
{
border-color: #BD2AB4;
}
.TagClassName
{
border-color: #BD2AB4;
}
</style>