Shades of Fuchsia #BD68AA
Tints of Fuchsia #BD68AA
RGB
CMYK
RGB Variations
Color information
#BD68AA (or 0xBD68AA) is known color: Fuchsia. HEX triplet: BD, 68 and AA. RGB value is (189,104,170). Sum of RGB (Red+Green+Blue) = 189+104+170=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AA is #429755. Grayscale: #888888. Windows color (decimal): -4364118 or 11167933. OLE color: 11167933.
HSL color Cylindrical-coordinate representation of color #BD68AA: hue angle of 313.41º 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 #BD68AA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 170 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.26 |
| HSL | 313.41º | 0.39% | 0.57% | - |
| HSV(B) | 313.41º | 0.45% | 0.74% | - |
| XYZ | 33.19 | 23.62 | 40.84 | - |
| YUV | 136.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 170 | 0 | 0.45 | 0.10 | 0.26 | 313.41 | 0.39 | 0.57 |
| Hex | BD | 68 | AA | 0 | 2D | A | 1A | 139 | 27 | 39 |
| Octal | 275 | 150 | 252 | 0 | 55 | 12 | 32 | 471 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10101010 | 0 | 101101 | 1010 | 11010 | 100111001 | 100111 | 111001 |
Color Harmonies of #BD68AA
Complementary color
Monochromatic Colors of #BD68AA
Black with #BD68AA
Text Example
Text Example
White with #BD68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68AA; }
p { color: rgb(189,104,170); }
H1.HeaderClassName
{
color: #BD68AA;
}
.AnyTagClassName
{
color: #BD68AA;
}
</style>
background-color css
<style>
a { background-color: #BD68AA; }
a { background-color: rgb(189,104,170); }
div.DivClassName
{
background-color: #BD68AA;
}
.BgClassName
{
background-color: #BD68AA;
}
</style>
border-color css
<style>
span { border-color: #BD68AA; }
span { border-color: rgb(189,104,170); }
td.TdClassName
{
border-color: #BD68AA;
}
.TagClassName
{
border-color: #BD68AA;
}
</style>