Shades of Fuchsia #B976C0
Tints of Fuchsia #B976C0
RGB
CMYK
RGB Variations
Color information
#B976C0 (or 0xB976C0) is known color: Fuchsia. HEX triplet: B9, 76 and C0. RGB value is (185,118,192). Sum of RGB (Red+Green+Blue) = 185+118+192=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #B976C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976C0 is #46893F. Grayscale: #929292. Windows color (decimal): -4622656 or 12613305. OLE color: 12613305.
HSL color Cylindrical-coordinate representation of color #B976C0: hue angle of 294.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B976C0 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 118 | 192 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.25 |
| HSL | 294.32º | 0.37% | 0.61% | - |
| HSV(B) | 294.32º | 0.39% | 0.75% | - |
| XYZ | 36 | 27.08 | 53.2 | - |
| YUV | 146.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 192 | 0.04 | 0.39 | 0 | 0.25 | 294.32 | 0.37 | 0.61 |
| Hex | B9 | 76 | C0 | 4 | 27 | 0 | 19 | 126 | 25 | 3D |
| Octal | 271 | 166 | 300 | 4 | 47 | 0 | 31 | 446 | 45 | 75 |
| Binary | 10111001 | 1110110 | 11000000 | 100 | 100111 | 0 | 11001 | 100100110 | 100101 | 111101 |
Color Harmonies of #B976C0
Complementary color
Monochromatic Colors of #B976C0
Black with #B976C0
Text Example
Text Example
White with #B976C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976C0; }
p { color: rgb(185,118,192); }
H1.HeaderClassName
{
color: #B976C0;
}
.AnyTagClassName
{
color: #B976C0;
}
</style>
background-color css
<style>
a { background-color: #B976C0; }
a { background-color: rgb(185,118,192); }
div.DivClassName
{
background-color: #B976C0;
}
.BgClassName
{
background-color: #B976C0;
}
</style>
border-color css
<style>
span { border-color: #B976C0; }
span { border-color: rgb(185,118,192); }
td.TdClassName
{
border-color: #B976C0;
}
.TagClassName
{
border-color: #B976C0;
}
</style>