Shades of Fuchsia #BD6AB7
Tints of Fuchsia #BD6AB7
RGB
CMYK
RGB Variations
Color information
#BD6AB7 (or 0xBD6AB7) is known color: Fuchsia. HEX triplet: BD, 6A and B7. RGB value is (189,106,183). Sum of RGB (Red+Green+Blue) = 189+106+183=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6AB7 is #429548. Grayscale: #8B8B8B. Windows color (decimal): -4363593 or 12020413. OLE color: 12020413.
HSL color Cylindrical-coordinate representation of color #BD6AB7: hue angle of 304.34º 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 #BD6AB7 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 183 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.26 |
| HSL | 304.34º | 0.39% | 0.58% | - |
| HSV(B) | 304.34º | 0.44% | 0.74% | - |
| XYZ | 34.69 | 24.55 | 47.71 | - |
| YUV | 139.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 183 | 0 | 0.44 | 0.03 | 0.26 | 304.34 | 0.39 | 0.58 |
| Hex | BD | 6A | B7 | 0 | 2C | 3 | 1A | 130 | 27 | 3A |
| Octal | 275 | 152 | 267 | 0 | 54 | 3 | 32 | 460 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10110111 | 0 | 101100 | 11 | 11010 | 100110000 | 100111 | 111010 |
Color Harmonies of #BD6AB7
Complementary color
Monochromatic Colors of #BD6AB7
Black with #BD6AB7
Text Example
Text Example
White with #BD6AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AB7; }
p { color: rgb(189,106,183); }
H1.HeaderClassName
{
color: #BD6AB7;
}
.AnyTagClassName
{
color: #BD6AB7;
}
</style>
background-color css
<style>
a { background-color: #BD6AB7; }
a { background-color: rgb(189,106,183); }
div.DivClassName
{
background-color: #BD6AB7;
}
.BgClassName
{
background-color: #BD6AB7;
}
</style>
border-color css
<style>
span { border-color: #BD6AB7; }
span { border-color: rgb(189,106,183); }
td.TdClassName
{
border-color: #BD6AB7;
}
.TagClassName
{
border-color: #BD6AB7;
}
</style>