Shades of Fuchsia #BD2ABB
Tints of Fuchsia #BD2ABB
RGB
CMYK
RGB Variations
Color information
#BD2ABB (or 0xBD2ABB) is known color: Fuchsia. HEX triplet: BD, 2A and BB. RGB value is (189,42,187). Sum of RGB (Red+Green+Blue) = 189+42+187=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ABB is #42D544. Grayscale: #666666. Windows color (decimal): -4379973 or 12266173. OLE color: 12266173.
HSL color Cylindrical-coordinate representation of color #BD2ABB: hue angle of 300.82º 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 #BD2ABB is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 187 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.26 |
| HSL | 300.82º | 0.64% | 0.45% | - |
| HSV(B) | 300.82º | 0.78% | 0.74% | - |
| XYZ | 30.78 | 16.06 | 48.49 | - |
| YUV | 102.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 187 | 0 | 0.78 | 0.01 | 0.26 | 300.82 | 0.64 | 0.45 |
| Hex | BD | 2A | BB | 0 | 4E | 1 | 1A | 12D | 40 | 2D |
| Octal | 275 | 52 | 273 | 0 | 116 | 1 | 32 | 455 | 100 | 55 |
| Binary | 10111101 | 101010 | 10111011 | 0 | 1001110 | 1 | 11010 | 100101101 | 1000000 | 101101 |
Color Harmonies of #BD2ABB
Complementary color
Monochromatic Colors of #BD2ABB
Black with #BD2ABB
Text Example
Text Example
White with #BD2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ABB; }
p { color: rgb(189,42,187); }
H1.HeaderClassName
{
color: #BD2ABB;
}
.AnyTagClassName
{
color: #BD2ABB;
}
</style>
background-color css
<style>
a { background-color: #BD2ABB; }
a { background-color: rgb(189,42,187); }
div.DivClassName
{
background-color: #BD2ABB;
}
.BgClassName
{
background-color: #BD2ABB;
}
</style>
border-color css
<style>
span { border-color: #BD2ABB; }
span { border-color: rgb(189,42,187); }
td.TdClassName
{
border-color: #BD2ABB;
}
.TagClassName
{
border-color: #BD2ABB;
}
</style>