Shades of Fuchsia #BD60AB
Tints of Fuchsia #BD60AB
RGB
CMYK
RGB Variations
Color information
#BD60AB (or 0xBD60AB) is known color: Fuchsia. HEX triplet: BD, 60 and AB. RGB value is (189,96,171). Sum of RGB (Red+Green+Blue) = 189+96+171=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD60AB is #429F54. Grayscale: #848484. Windows color (decimal): -4366165 or 11231421. OLE color: 11231421.
HSL color Cylindrical-coordinate representation of color #BD60AB: hue angle of 311.61º 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 #BD60AB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 171 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.26 |
| HSL | 311.61º | 0.41% | 0.56% | - |
| HSV(B) | 311.61º | 0.49% | 0.74% | - |
| XYZ | 32.52 | 22.12 | 41.08 | - |
| YUV | 132.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 171 | 0 | 0.49 | 0.10 | 0.26 | 311.61 | 0.41 | 0.56 |
| Hex | BD | 60 | AB | 0 | 31 | A | 1A | 138 | 29 | 38 |
| Octal | 275 | 140 | 253 | 0 | 61 | 12 | 32 | 470 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10101011 | 0 | 110001 | 1010 | 11010 | 100111000 | 101001 | 111000 |
Color Harmonies of #BD60AB
Complementary color
Monochromatic Colors of #BD60AB
Black with #BD60AB
Text Example
Text Example
White with #BD60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60AB; }
p { color: rgb(189,96,171); }
H1.HeaderClassName
{
color: #BD60AB;
}
.AnyTagClassName
{
color: #BD60AB;
}
</style>
background-color css
<style>
a { background-color: #BD60AB; }
a { background-color: rgb(189,96,171); }
div.DivClassName
{
background-color: #BD60AB;
}
.BgClassName
{
background-color: #BD60AB;
}
</style>
border-color css
<style>
span { border-color: #BD60AB; }
span { border-color: rgb(189,96,171); }
td.TdClassName
{
border-color: #BD60AB;
}
.TagClassName
{
border-color: #BD60AB;
}
</style>