Shades of Fuchsia #BD44AF
Tints of Fuchsia #BD44AF
RGB
CMYK
RGB Variations
Color information
#BD44AF (or 0xBD44AF) is known color: Fuchsia. HEX triplet: BD, 44 and AF. RGB value is (189,68,175). Sum of RGB (Red+Green+Blue) = 189+68+175=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD44AF is #42BB50. Grayscale: #747474. Windows color (decimal): -4373329 or 11486397. OLE color: 11486397.
HSL color Cylindrical-coordinate representation of color #BD44AF: hue angle of 306.94º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD44AF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 175 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.26 |
| HSL | 306.94º | 0.48% | 0.5% | - |
| HSV(B) | 306.94º | 0.64% | 0.74% | - |
| XYZ | 30.79 | 18.05 | 42.42 | - |
| YUV | 116.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 175 | 0 | 0.64 | 0.07 | 0.26 | 306.94 | 0.48 | 0.5 |
| Hex | BD | 44 | AF | 0 | 40 | 7 | 1A | 133 | 30 | 32 |
| Octal | 275 | 104 | 257 | 0 | 100 | 7 | 32 | 463 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10101111 | 0 | 1000000 | 111 | 11010 | 100110011 | 110000 | 110010 |
Color Harmonies of #BD44AF
Complementary color
Monochromatic Colors of #BD44AF
Black with #BD44AF
Text Example
Text Example
White with #BD44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44AF; }
p { color: rgb(189,68,175); }
H1.HeaderClassName
{
color: #BD44AF;
}
.AnyTagClassName
{
color: #BD44AF;
}
</style>
background-color css
<style>
a { background-color: #BD44AF; }
a { background-color: rgb(189,68,175); }
div.DivClassName
{
background-color: #BD44AF;
}
.BgClassName
{
background-color: #BD44AF;
}
</style>
border-color css
<style>
span { border-color: #BD44AF; }
span { border-color: rgb(189,68,175); }
td.TdClassName
{
border-color: #BD44AF;
}
.TagClassName
{
border-color: #BD44AF;
}
</style>