Shades of Fuchsia #BD67AB
Tints of Fuchsia #BD67AB
RGB
CMYK
RGB Variations
Color information
#BD67AB (or 0xBD67AB) is known color: Fuchsia. HEX triplet: BD, 67 and AB. RGB value is (189,103,171). Sum of RGB (Red+Green+Blue) = 189+103+171=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67AB is #429854. Grayscale: #888888. Windows color (decimal): -4364373 or 11233213. OLE color: 11233213.
HSL color Cylindrical-coordinate representation of color #BD67AB: hue angle of 312.56º degrees, saturation: 0.39, 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 #BD67AB is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 171 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.26 |
| HSL | 312.56º | 0.39% | 0.57% | - |
| HSV(B) | 312.56º | 0.46% | 0.74% | - |
| XYZ | 33.19 | 23.46 | 41.31 | - |
| YUV | 136.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 171 | 0 | 0.46 | 0.10 | 0.26 | 312.56 | 0.39 | 0.57 |
| Hex | BD | 67 | AB | 0 | 2E | A | 1A | 139 | 27 | 39 |
| Octal | 275 | 147 | 253 | 0 | 56 | 12 | 32 | 471 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10101011 | 0 | 101110 | 1010 | 11010 | 100111001 | 100111 | 111001 |
Color Harmonies of #BD67AB
Complementary color
Monochromatic Colors of #BD67AB
Black with #BD67AB
Text Example
Text Example
White with #BD67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67AB; }
p { color: rgb(189,103,171); }
H1.HeaderClassName
{
color: #BD67AB;
}
.AnyTagClassName
{
color: #BD67AB;
}
</style>
background-color css
<style>
a { background-color: #BD67AB; }
a { background-color: rgb(189,103,171); }
div.DivClassName
{
background-color: #BD67AB;
}
.BgClassName
{
background-color: #BD67AB;
}
</style>
border-color css
<style>
span { border-color: #BD67AB; }
span { border-color: rgb(189,103,171); }
td.TdClassName
{
border-color: #BD67AB;
}
.TagClassName
{
border-color: #BD67AB;
}
</style>