Shades of Fuchsia #BD6ABB
Tints of Fuchsia #BD6ABB
RGB
CMYK
RGB Variations
Color information
#BD6ABB (or 0xBD6ABB) is known color: Fuchsia. HEX triplet: BD, 6A and BB. RGB value is (189,106,187). Sum of RGB (Red+Green+Blue) = 189+106+187=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ABB is #429544. Grayscale: #8B8B8B. Windows color (decimal): -4363589 or 12282557. OLE color: 12282557.
HSL color Cylindrical-coordinate representation of color #BD6ABB: hue angle of 301.45º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6ABB is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 187 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.26 |
| HSL | 301.45º | 0.39% | 0.58% | - |
| HSV(B) | 301.45º | 0.44% | 0.74% | - |
| XYZ | 35.11 | 24.71 | 49.93 | - |
| YUV | 140.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 187 | 0 | 0.44 | 0.01 | 0.26 | 301.45 | 0.39 | 0.58 |
| Hex | BD | 6A | BB | 0 | 2C | 1 | 1A | 12D | 27 | 3A |
| Octal | 275 | 152 | 273 | 0 | 54 | 1 | 32 | 455 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10111011 | 0 | 101100 | 1 | 11010 | 100101101 | 100111 | 111010 |
Color Harmonies of #BD6ABB
Complementary color
Monochromatic Colors of #BD6ABB
Black with #BD6ABB
Text Example
Text Example
White with #BD6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6ABB; }
p { color: rgb(189,106,187); }
H1.HeaderClassName
{
color: #BD6ABB;
}
.AnyTagClassName
{
color: #BD6ABB;
}
</style>
background-color css
<style>
a { background-color: #BD6ABB; }
a { background-color: rgb(189,106,187); }
div.DivClassName
{
background-color: #BD6ABB;
}
.BgClassName
{
background-color: #BD6ABB;
}
</style>
border-color css
<style>
span { border-color: #BD6ABB; }
span { border-color: rgb(189,106,187); }
td.TdClassName
{
border-color: #BD6ABB;
}
.TagClassName
{
border-color: #BD6ABB;
}
</style>