Shades of Fuchsia #BD76C4
Tints of Fuchsia #BD76C4
RGB
CMYK
RGB Variations
Color information
#BD76C4 (or 0xBD76C4) is known color: Fuchsia. HEX triplet: BD, 76 and C4. RGB value is (189,118,196). Sum of RGB (Red+Green+Blue) = 189+118+196=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76C4 is #42893B. Grayscale: #939393. Windows color (decimal): -4360508 or 12875453. OLE color: 12875453.
HSL color Cylindrical-coordinate representation of color #BD76C4: hue angle of 294.62º degrees, saturation: 0.4, 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 #BD76C4 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 118 | 196 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.23 |
| HSL | 294.62º | 0.4% | 0.62% | - |
| HSV(B) | 294.62º | 0.4% | 0.77% | - |
| XYZ | 37.43 | 27.76 | 55.61 | - |
| YUV | 148.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 196 | 0.04 | 0.40 | 0 | 0.23 | 294.62 | 0.4 | 0.62 |
| Hex | BD | 76 | C4 | 4 | 28 | 0 | 17 | 127 | 28 | 3E |
| Octal | 275 | 166 | 304 | 4 | 50 | 0 | 27 | 447 | 50 | 76 |
| Binary | 10111101 | 1110110 | 11000100 | 100 | 101000 | 0 | 10111 | 100100111 | 101000 | 111110 |
Color Harmonies of #BD76C4
Complementary color
Monochromatic Colors of #BD76C4
Black with #BD76C4
Text Example
Text Example
White with #BD76C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76C4; }
p { color: rgb(189,118,196); }
H1.HeaderClassName
{
color: #BD76C4;
}
.AnyTagClassName
{
color: #BD76C4;
}
</style>
background-color css
<style>
a { background-color: #BD76C4; }
a { background-color: rgb(189,118,196); }
div.DivClassName
{
background-color: #BD76C4;
}
.BgClassName
{
background-color: #BD76C4;
}
</style>
border-color css
<style>
span { border-color: #BD76C4; }
span { border-color: rgb(189,118,196); }
td.TdClassName
{
border-color: #BD76C4;
}
.TagClassName
{
border-color: #BD76C4;
}
</style>