Shades of Fuchsia #BD76C5
Tints of Fuchsia #BD76C5
RGB
CMYK
RGB Variations
Color information
#BD76C5 (or 0xBD76C5) is known color: Fuchsia. HEX triplet: BD, 76 and C5. RGB value is (189,118,197). Sum of RGB (Red+Green+Blue) = 189+118+197=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76C5 is #42893A. Grayscale: #939393. Windows color (decimal): -4360507 or 12940989. OLE color: 12940989.
HSL color Cylindrical-coordinate representation of color #BD76C5: hue angle of 293.92º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD76C5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 118 | 197 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.23 |
| HSL | 293.92º | 0.41% | 0.62% | - |
| HSV(B) | 293.92º | 0.4% | 0.77% | - |
| XYZ | 37.54 | 27.81 | 56.21 | - |
| YUV | 148.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 197 | 0.04 | 0.40 | 0 | 0.23 | 293.92 | 0.41 | 0.62 |
| Hex | BD | 76 | C5 | 4 | 28 | 0 | 17 | 126 | 29 | 3E |
| Octal | 275 | 166 | 305 | 4 | 50 | 0 | 27 | 446 | 51 | 76 |
| Binary | 10111101 | 1110110 | 11000101 | 100 | 101000 | 0 | 10111 | 100100110 | 101001 | 111110 |
Color Harmonies of #BD76C5
Complementary color
Monochromatic Colors of #BD76C5
Black with #BD76C5
Text Example
Text Example
White with #BD76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76C5; }
p { color: rgb(189,118,197); }
H1.HeaderClassName
{
color: #BD76C5;
}
.AnyTagClassName
{
color: #BD76C5;
}
</style>
background-color css
<style>
a { background-color: #BD76C5; }
a { background-color: rgb(189,118,197); }
div.DivClassName
{
background-color: #BD76C5;
}
.BgClassName
{
background-color: #BD76C5;
}
</style>
border-color css
<style>
span { border-color: #BD76C5; }
span { border-color: rgb(189,118,197); }
td.TdClassName
{
border-color: #BD76C5;
}
.TagClassName
{
border-color: #BD76C5;
}
</style>