Shades of Fuchsia #BD2AB8
Tints of Fuchsia #BD2AB8
RGB
CMYK
RGB Variations
Color information
#BD2AB8 (or 0xBD2AB8) is known color: Fuchsia. HEX triplet: BD, 2A and B8. RGB value is (189,42,184). Sum of RGB (Red+Green+Blue) = 189+42+184=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2AB8 is #42D547. Grayscale: #656565. Windows color (decimal): -4379976 or 12069565. OLE color: 12069565.
HSL color Cylindrical-coordinate representation of color #BD2AB8: hue angle of 302.04º 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 #BD2AB8 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 184 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.26 |
| HSL | 302.04º | 0.64% | 0.45% | - |
| HSV(B) | 302.04º | 0.78% | 0.74% | - |
| XYZ | 30.47 | 15.94 | 46.82 | - |
| YUV | 102.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 184 | 0 | 0.78 | 0.03 | 0.26 | 302.04 | 0.64 | 0.45 |
| Hex | BD | 2A | B8 | 0 | 4E | 3 | 1A | 12E | 40 | 2D |
| Octal | 275 | 52 | 270 | 0 | 116 | 3 | 32 | 456 | 100 | 55 |
| Binary | 10111101 | 101010 | 10111000 | 0 | 1001110 | 11 | 11010 | 100101110 | 1000000 | 101101 |
Color Harmonies of #BD2AB8
Complementary color
Monochromatic Colors of #BD2AB8
Black with #BD2AB8
Text Example
Text Example
White with #BD2AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AB8; }
p { color: rgb(189,42,184); }
H1.HeaderClassName
{
color: #BD2AB8;
}
.AnyTagClassName
{
color: #BD2AB8;
}
</style>
background-color css
<style>
a { background-color: #BD2AB8; }
a { background-color: rgb(189,42,184); }
div.DivClassName
{
background-color: #BD2AB8;
}
.BgClassName
{
background-color: #BD2AB8;
}
</style>
border-color css
<style>
span { border-color: #BD2AB8; }
span { border-color: rgb(189,42,184); }
td.TdClassName
{
border-color: #BD2AB8;
}
.TagClassName
{
border-color: #BD2AB8;
}
</style>