Shades of Fuchsia #BD40AF
Tints of Fuchsia #BD40AF
RGB
CMYK
RGB Variations
Color information
#BD40AF (or 0xBD40AF) is known color: Fuchsia. HEX triplet: BD, 40 and AF. RGB value is (189,64,175). Sum of RGB (Red+Green+Blue) = 189+64+175=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40AF is #42BF50. Grayscale: #717171. Windows color (decimal): -4374353 or 11485373. OLE color: 11485373.
HSL color Cylindrical-coordinate representation of color #BD40AF: hue angle of 306.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD40AF is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 175 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.26 |
| HSL | 306.72º | 0.49% | 0.5% | - |
| HSV(B) | 306.72º | 0.66% | 0.74% | - |
| XYZ | 30.56 | 17.58 | 42.34 | - |
| YUV | 114.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 175 | 0 | 0.66 | 0.07 | 0.26 | 306.72 | 0.49 | 0.5 |
| Hex | BD | 40 | AF | 0 | 42 | 7 | 1A | 133 | 31 | 32 |
| Octal | 275 | 100 | 257 | 0 | 102 | 7 | 32 | 463 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10101111 | 0 | 1000010 | 111 | 11010 | 100110011 | 110001 | 110010 |
Color Harmonies of #BD40AF
Complementary color
Monochromatic Colors of #BD40AF
Black with #BD40AF
Text Example
Text Example
White with #BD40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40AF; }
p { color: rgb(189,64,175); }
H1.HeaderClassName
{
color: #BD40AF;
}
.AnyTagClassName
{
color: #BD40AF;
}
</style>
background-color css
<style>
a { background-color: #BD40AF; }
a { background-color: rgb(189,64,175); }
div.DivClassName
{
background-color: #BD40AF;
}
.BgClassName
{
background-color: #BD40AF;
}
</style>
border-color css
<style>
span { border-color: #BD40AF; }
span { border-color: rgb(189,64,175); }
td.TdClassName
{
border-color: #BD40AF;
}
.TagClassName
{
border-color: #BD40AF;
}
</style>