Shades of Fuchsia #BD76BD
Tints of Fuchsia #BD76BD
RGB
CMYK
RGB Variations
Color information
#BD76BD (or 0xBD76BD) is known color: Fuchsia. HEX triplet: BD, 76 and BD. RGB value is (189,118,189). Sum of RGB (Red+Green+Blue) = 189+118+189=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76BD is #428942. Grayscale: #939393. Windows color (decimal): -4360515 or 12416701. OLE color: 12416701.
HSL color Cylindrical-coordinate representation of color #BD76BD: hue angle of 300º 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 #BD76BD is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 189 | - |
| CMYK | 0 | 0.38 | 0 | 0.26 |
| HSL | 300º | 0.35% | 0.6% | - |
| HSV(B) | 300º | 0.38% | 0.74% | - |
| XYZ | 36.65 | 27.45 | 51.51 | - |
| YUV | 147.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 189 | 0 | 0.38 | 0 | 0.26 | 300 | 0.35 | 0.6 |
| Hex | BD | 76 | BD | 0 | 26 | 0 | 1A | 12C | 23 | 3C |
| Octal | 275 | 166 | 275 | 0 | 46 | 0 | 32 | 454 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10111101 | 0 | 100110 | 0 | 11010 | 100101100 | 100011 | 111100 |
Color Harmonies of #BD76BD
Complementary color
Monochromatic Colors of #BD76BD
Black with #BD76BD
Text Example
Text Example
White with #BD76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76BD; }
p { color: rgb(189,118,189); }
H1.HeaderClassName
{
color: #BD76BD;
}
.AnyTagClassName
{
color: #BD76BD;
}
</style>
background-color css
<style>
a { background-color: #BD76BD; }
a { background-color: rgb(189,118,189); }
div.DivClassName
{
background-color: #BD76BD;
}
.BgClassName
{
background-color: #BD76BD;
}
</style>
border-color css
<style>
span { border-color: #BD76BD; }
span { border-color: rgb(189,118,189); }
td.TdClassName
{
border-color: #BD76BD;
}
.TagClassName
{
border-color: #BD76BD;
}
</style>