Shades of Fuchsia #BD60AD
Tints of Fuchsia #BD60AD
RGB
CMYK
RGB Variations
Color information
#BD60AD (or 0xBD60AD) is known color: Fuchsia. HEX triplet: BD, 60 and AD. RGB value is (189,96,173). Sum of RGB (Red+Green+Blue) = 189+96+173=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD60AD is #429F52. Grayscale: #848484. Windows color (decimal): -4366163 or 11362493. OLE color: 11362493.
HSL color Cylindrical-coordinate representation of color #BD60AD: hue angle of 310.32º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD60AD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 173 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.26 |
| HSL | 310.32º | 0.41% | 0.56% | - |
| HSV(B) | 310.32º | 0.49% | 0.74% | - |
| XYZ | 32.71 | 22.2 | 42.1 | - |
| YUV | 132.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 173 | 0 | 0.49 | 0.08 | 0.26 | 310.32 | 0.41 | 0.56 |
| Hex | BD | 60 | AD | 0 | 31 | 8 | 1A | 136 | 29 | 38 |
| Octal | 275 | 140 | 255 | 0 | 61 | 10 | 32 | 466 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10101101 | 0 | 110001 | 1000 | 11010 | 100110110 | 101001 | 111000 |
Color Harmonies of #BD60AD
Complementary color
Monochromatic Colors of #BD60AD
Black with #BD60AD
Text Example
Text Example
White with #BD60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60AD; }
p { color: rgb(189,96,173); }
H1.HeaderClassName
{
color: #BD60AD;
}
.AnyTagClassName
{
color: #BD60AD;
}
</style>
background-color css
<style>
a { background-color: #BD60AD; }
a { background-color: rgb(189,96,173); }
div.DivClassName
{
background-color: #BD60AD;
}
.BgClassName
{
background-color: #BD60AD;
}
</style>
border-color css
<style>
span { border-color: #BD60AD; }
span { border-color: rgb(189,96,173); }
td.TdClassName
{
border-color: #BD60AD;
}
.TagClassName
{
border-color: #BD60AD;
}
</style>