Shades of Fuchsia #BD68AB
Tints of Fuchsia #BD68AB
RGB
CMYK
RGB Variations
Color information
#BD68AB (or 0xBD68AB) is known color: Fuchsia. HEX triplet: BD, 68 and AB. RGB value is (189,104,171). Sum of RGB (Red+Green+Blue) = 189+104+171=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AB is #429754. Grayscale: #888888. Windows color (decimal): -4364117 or 11233469. OLE color: 11233469.
HSL color Cylindrical-coordinate representation of color #BD68AB: hue angle of 312.71º 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 #BD68AB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 171 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.26 |
| HSL | 312.71º | 0.39% | 0.57% | - |
| HSV(B) | 312.71º | 0.45% | 0.74% | - |
| XYZ | 33.29 | 23.66 | 41.34 | - |
| YUV | 137.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 171 | 0 | 0.45 | 0.10 | 0.26 | 312.71 | 0.39 | 0.57 |
| Hex | BD | 68 | AB | 0 | 2D | A | 1A | 139 | 27 | 39 |
| Octal | 275 | 150 | 253 | 0 | 55 | 12 | 32 | 471 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10101011 | 0 | 101101 | 1010 | 11010 | 100111001 | 100111 | 111001 |
Color Harmonies of #BD68AB
Complementary color
Monochromatic Colors of #BD68AB
Black with #BD68AB
Text Example
Text Example
White with #BD68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68AB; }
p { color: rgb(189,104,171); }
H1.HeaderClassName
{
color: #BD68AB;
}
.AnyTagClassName
{
color: #BD68AB;
}
</style>
background-color css
<style>
a { background-color: #BD68AB; }
a { background-color: rgb(189,104,171); }
div.DivClassName
{
background-color: #BD68AB;
}
.BgClassName
{
background-color: #BD68AB;
}
</style>
border-color css
<style>
span { border-color: #BD68AB; }
span { border-color: rgb(189,104,171); }
td.TdClassName
{
border-color: #BD68AB;
}
.TagClassName
{
border-color: #BD68AB;
}
</style>