Shades of Fuchsia #BD43AB
Tints of Fuchsia #BD43AB
RGB
CMYK
RGB Variations
Color information
#BD43AB (or 0xBD43AB) is known color: Fuchsia. HEX triplet: BD, 43 and AB. RGB value is (189,67,171). Sum of RGB (Red+Green+Blue) = 189+67+171=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD43AB is #42BC54. Grayscale: #737373. Windows color (decimal): -4373589 or 11223997. OLE color: 11223997.
HSL color Cylindrical-coordinate representation of color #BD43AB: hue angle of 308.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD43AB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 171 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.26 |
| HSL | 308.85º | 0.48% | 0.5% | - |
| HSV(B) | 308.85º | 0.65% | 0.74% | - |
| XYZ | 30.34 | 17.77 | 40.36 | - |
| YUV | 115.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 171 | 0 | 0.65 | 0.10 | 0.26 | 308.85 | 0.48 | 0.5 |
| Hex | BD | 43 | AB | 0 | 41 | A | 1A | 135 | 30 | 32 |
| Octal | 275 | 103 | 253 | 0 | 101 | 12 | 32 | 465 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10101011 | 0 | 1000001 | 1010 | 11010 | 100110101 | 110000 | 110010 |
Color Harmonies of #BD43AB
Complementary color
Monochromatic Colors of #BD43AB
Black with #BD43AB
Text Example
Text Example
White with #BD43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43AB; }
p { color: rgb(189,67,171); }
H1.HeaderClassName
{
color: #BD43AB;
}
.AnyTagClassName
{
color: #BD43AB;
}
</style>
background-color css
<style>
a { background-color: #BD43AB; }
a { background-color: rgb(189,67,171); }
div.DivClassName
{
background-color: #BD43AB;
}
.BgClassName
{
background-color: #BD43AB;
}
</style>
border-color css
<style>
span { border-color: #BD43AB; }
span { border-color: rgb(189,67,171); }
td.TdClassName
{
border-color: #BD43AB;
}
.TagClassName
{
border-color: #BD43AB;
}
</style>