Shades of Fuchsia #BD68AD
Tints of Fuchsia #BD68AD
RGB
CMYK
RGB Variations
Color information
#BD68AD (or 0xBD68AD) is known color: Fuchsia. HEX triplet: BD, 68 and AD. RGB value is (189,104,173). Sum of RGB (Red+Green+Blue) = 189+104+173=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AD is #429752. Grayscale: #898989. Windows color (decimal): -4364115 or 11364541. OLE color: 11364541.
HSL color Cylindrical-coordinate representation of color #BD68AD: hue angle of 311.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD68AD is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 173 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.26 |
| HSL | 311.29º | 0.39% | 0.57% | - |
| HSV(B) | 311.29º | 0.45% | 0.74% | - |
| XYZ | 33.48 | 23.74 | 42.35 | - |
| YUV | 137.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 173 | 0 | 0.45 | 0.08 | 0.26 | 311.29 | 0.39 | 0.57 |
| Hex | BD | 68 | AD | 0 | 2D | 8 | 1A | 137 | 27 | 39 |
| Octal | 275 | 150 | 255 | 0 | 55 | 10 | 32 | 467 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10101101 | 0 | 101101 | 1000 | 11010 | 100110111 | 100111 | 111001 |
Color Harmonies of #BD68AD
Complementary color
Monochromatic Colors of #BD68AD
Black with #BD68AD
Text Example
Text Example
White with #BD68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68AD; }
p { color: rgb(189,104,173); }
H1.HeaderClassName
{
color: #BD68AD;
}
.AnyTagClassName
{
color: #BD68AD;
}
</style>
background-color css
<style>
a { background-color: #BD68AD; }
a { background-color: rgb(189,104,173); }
div.DivClassName
{
background-color: #BD68AD;
}
.BgClassName
{
background-color: #BD68AD;
}
</style>
border-color css
<style>
span { border-color: #BD68AD; }
span { border-color: rgb(189,104,173); }
td.TdClassName
{
border-color: #BD68AD;
}
.TagClassName
{
border-color: #BD68AD;
}
</style>