Shades of Fuchsia #BD76BA
Tints of Fuchsia #BD76BA
RGB
CMYK
RGB Variations
Color information
#BD76BA (or 0xBD76BA) is known color: Fuchsia. HEX triplet: BD, 76 and BA. RGB value is (189,118,186). Sum of RGB (Red+Green+Blue) = 189+118+186=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76BA is #428945. Grayscale: #929292. Windows color (decimal): -4360518 or 12220093. OLE color: 12220093.
HSL color Cylindrical-coordinate representation of color #BD76BA: hue angle of 302.54º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD76BA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 186 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.26 |
| HSL | 302.54º | 0.35% | 0.6% | - |
| HSV(B) | 302.54º | 0.38% | 0.74% | - |
| XYZ | 36.33 | 27.32 | 49.81 | - |
| YUV | 146.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 186 | 0 | 0.38 | 0.02 | 0.26 | 302.54 | 0.35 | 0.6 |
| Hex | BD | 76 | BA | 0 | 26 | 2 | 1A | 12F | 23 | 3C |
| Octal | 275 | 166 | 272 | 0 | 46 | 2 | 32 | 457 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10111010 | 0 | 100110 | 10 | 11010 | 100101111 | 100011 | 111100 |
Color Harmonies of #BD76BA
Complementary color
Monochromatic Colors of #BD76BA
Black with #BD76BA
Text Example
Text Example
White with #BD76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76BA; }
p { color: rgb(189,118,186); }
H1.HeaderClassName
{
color: #BD76BA;
}
.AnyTagClassName
{
color: #BD76BA;
}
</style>
background-color css
<style>
a { background-color: #BD76BA; }
a { background-color: rgb(189,118,186); }
div.DivClassName
{
background-color: #BD76BA;
}
.BgClassName
{
background-color: #BD76BA;
}
</style>
border-color css
<style>
span { border-color: #BD76BA; }
span { border-color: rgb(189,118,186); }
td.TdClassName
{
border-color: #BD76BA;
}
.TagClassName
{
border-color: #BD76BA;
}
</style>