Shades of Fuchsia #BD76BB
Tints of Fuchsia #BD76BB
RGB
CMYK
RGB Variations
Color information
#BD76BB (or 0xBD76BB) is known color: Fuchsia. HEX triplet: BD, 76 and BB. RGB value is (189,118,187). Sum of RGB (Red+Green+Blue) = 189+118+187=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76BB is #428944. Grayscale: #929292. Windows color (decimal): -4360517 or 12285629. OLE color: 12285629.
HSL color Cylindrical-coordinate representation of color #BD76BB: hue angle of 301.69º 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 #BD76BB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 187 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.26 |
| HSL | 301.69º | 0.35% | 0.6% | - |
| HSV(B) | 301.69º | 0.38% | 0.74% | - |
| XYZ | 36.43 | 27.36 | 50.38 | - |
| YUV | 147.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 187 | 0 | 0.38 | 0.01 | 0.26 | 301.69 | 0.35 | 0.6 |
| Hex | BD | 76 | BB | 0 | 26 | 1 | 1A | 12E | 23 | 3C |
| Octal | 275 | 166 | 273 | 0 | 46 | 1 | 32 | 456 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10111011 | 0 | 100110 | 1 | 11010 | 100101110 | 100011 | 111100 |
Color Harmonies of #BD76BB
Complementary color
Monochromatic Colors of #BD76BB
Black with #BD76BB
Text Example
Text Example
White with #BD76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76BB; }
p { color: rgb(189,118,187); }
H1.HeaderClassName
{
color: #BD76BB;
}
.AnyTagClassName
{
color: #BD76BB;
}
</style>
background-color css
<style>
a { background-color: #BD76BB; }
a { background-color: rgb(189,118,187); }
div.DivClassName
{
background-color: #BD76BB;
}
.BgClassName
{
background-color: #BD76BB;
}
</style>
border-color css
<style>
span { border-color: #BD76BB; }
span { border-color: rgb(189,118,187); }
td.TdClassName
{
border-color: #BD76BB;
}
.TagClassName
{
border-color: #BD76BB;
}
</style>