Shades of Fuchsia #BD66AD
Tints of Fuchsia #BD66AD
RGB
CMYK
RGB Variations
Color information
#BD66AD (or 0xBD66AD) is known color: Fuchsia. HEX triplet: BD, 66 and AD. RGB value is (189,102,173). Sum of RGB (Red+Green+Blue) = 189+102+173=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD66AD is #429952. Grayscale: #878787. Windows color (decimal): -4364627 or 11364029. OLE color: 11364029.
HSL color Cylindrical-coordinate representation of color #BD66AD: hue angle of 311.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD66AD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 173 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.26 |
| HSL | 311.03º | 0.4% | 0.57% | - |
| HSV(B) | 311.03º | 0.46% | 0.74% | - |
| XYZ | 33.28 | 23.34 | 42.29 | - |
| YUV | 136.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 173 | 0 | 0.46 | 0.08 | 0.26 | 311.03 | 0.4 | 0.57 |
| Hex | BD | 66 | AD | 0 | 2E | 8 | 1A | 137 | 28 | 39 |
| Octal | 275 | 146 | 255 | 0 | 56 | 10 | 32 | 467 | 50 | 71 |
| Binary | 10111101 | 1100110 | 10101101 | 0 | 101110 | 1000 | 11010 | 100110111 | 101000 | 111001 |
Color Harmonies of #BD66AD
Complementary color
Monochromatic Colors of #BD66AD
Black with #BD66AD
Text Example
Text Example
White with #BD66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66AD; }
p { color: rgb(189,102,173); }
H1.HeaderClassName
{
color: #BD66AD;
}
.AnyTagClassName
{
color: #BD66AD;
}
</style>
background-color css
<style>
a { background-color: #BD66AD; }
a { background-color: rgb(189,102,173); }
div.DivClassName
{
background-color: #BD66AD;
}
.BgClassName
{
background-color: #BD66AD;
}
</style>
border-color css
<style>
span { border-color: #BD66AD; }
span { border-color: rgb(189,102,173); }
td.TdClassName
{
border-color: #BD66AD;
}
.TagClassName
{
border-color: #BD66AD;
}
</style>