Shades of Fuchsia #BD45AB
Tints of Fuchsia #BD45AB
RGB
CMYK
RGB Variations
Color information
#BD45AB (or 0xBD45AB) is known color: Fuchsia. HEX triplet: BD, 45 and AB. RGB value is (189,69,171). Sum of RGB (Red+Green+Blue) = 189+69+171=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD45AB is #42BA54. Grayscale: #747474. Windows color (decimal): -4373077 or 11224509. OLE color: 11224509.
HSL color Cylindrical-coordinate representation of color #BD45AB: hue angle of 309º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD45AB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 171 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.26 |
| HSL | 309º | 0.48% | 0.51% | - |
| HSV(B) | 309º | 0.63% | 0.74% | - |
| XYZ | 30.47 | 18.02 | 40.4 | - |
| YUV | 116.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 171 | 0 | 0.63 | 0.10 | 0.26 | 309 | 0.48 | 0.51 |
| Hex | BD | 45 | AB | 0 | 3F | A | 1A | 135 | 30 | 33 |
| Octal | 275 | 105 | 253 | 0 | 77 | 12 | 32 | 465 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10101011 | 0 | 111111 | 1010 | 11010 | 100110101 | 110000 | 110011 |
Color Harmonies of #BD45AB
Complementary color
Monochromatic Colors of #BD45AB
Black with #BD45AB
Text Example
Text Example
White with #BD45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45AB; }
p { color: rgb(189,69,171); }
H1.HeaderClassName
{
color: #BD45AB;
}
.AnyTagClassName
{
color: #BD45AB;
}
</style>
background-color css
<style>
a { background-color: #BD45AB; }
a { background-color: rgb(189,69,171); }
div.DivClassName
{
background-color: #BD45AB;
}
.BgClassName
{
background-color: #BD45AB;
}
</style>
border-color css
<style>
span { border-color: #BD45AB; }
span { border-color: rgb(189,69,171); }
td.TdClassName
{
border-color: #BD45AB;
}
.TagClassName
{
border-color: #BD45AB;
}
</style>