Shades of Fuchsia #BD76BC
Tints of Fuchsia #BD76BC
RGB
CMYK
RGB Variations
Color information
#BD76BC (or 0xBD76BC) is known color: Fuchsia. HEX triplet: BD, 76 and BC. RGB value is (189,118,188). Sum of RGB (Red+Green+Blue) = 189+118+188=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76BC is #428943. Grayscale: #939393. Windows color (decimal): -4360516 or 12351165. OLE color: 12351165.
HSL color Cylindrical-coordinate representation of color #BD76BC: hue angle of 300.85º 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 #BD76BC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 188 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.26 |
| HSL | 300.85º | 0.35% | 0.6% | - |
| HSV(B) | 300.85º | 0.38% | 0.74% | - |
| XYZ | 36.54 | 27.41 | 50.94 | - |
| YUV | 147.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 188 | 0 | 0.38 | 0.01 | 0.26 | 300.85 | 0.35 | 0.6 |
| Hex | BD | 76 | BC | 0 | 26 | 1 | 1A | 12D | 23 | 3C |
| Octal | 275 | 166 | 274 | 0 | 46 | 1 | 32 | 455 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10111100 | 0 | 100110 | 1 | 11010 | 100101101 | 100011 | 111100 |
Color Harmonies of #BD76BC
Complementary color
Monochromatic Colors of #BD76BC
Black with #BD76BC
Text Example
Text Example
White with #BD76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76BC; }
p { color: rgb(189,118,188); }
H1.HeaderClassName
{
color: #BD76BC;
}
.AnyTagClassName
{
color: #BD76BC;
}
</style>
background-color css
<style>
a { background-color: #BD76BC; }
a { background-color: rgb(189,118,188); }
div.DivClassName
{
background-color: #BD76BC;
}
.BgClassName
{
background-color: #BD76BC;
}
</style>
border-color css
<style>
span { border-color: #BD76BC; }
span { border-color: rgb(189,118,188); }
td.TdClassName
{
border-color: #BD76BC;
}
.TagClassName
{
border-color: #BD76BC;
}
</style>