Shades of Fuchsia #B973C0
Tints of Fuchsia #B973C0
RGB
CMYK
RGB Variations
Color information
#B973C0 (or 0xB973C0) is known color: Fuchsia. HEX triplet: B9, 73 and C0. RGB value is (185,115,192). Sum of RGB (Red+Green+Blue) = 185+115+192=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #B973C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973C0 is #468C3F. Grayscale: #909090. Windows color (decimal): -4623424 or 12612537. OLE color: 12612537.
HSL color Cylindrical-coordinate representation of color #B973C0: hue angle of 294.55º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B973C0 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 115 | 192 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.25 |
| HSL | 294.55º | 0.38% | 0.6% | - |
| HSV(B) | 294.55º | 0.4% | 0.75% | - |
| XYZ | 35.65 | 26.38 | 53.08 | - |
| YUV | 144.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 192 | 0.04 | 0.40 | 0 | 0.25 | 294.55 | 0.38 | 0.6 |
| Hex | B9 | 73 | C0 | 4 | 28 | 0 | 19 | 127 | 26 | 3C |
| Octal | 271 | 163 | 300 | 4 | 50 | 0 | 31 | 447 | 46 | 74 |
| Binary | 10111001 | 1110011 | 11000000 | 100 | 101000 | 0 | 11001 | 100100111 | 100110 | 111100 |
Color Harmonies of #B973C0
Complementary color
Monochromatic Colors of #B973C0
Black with #B973C0
Text Example
Text Example
White with #B973C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973C0; }
p { color: rgb(185,115,192); }
H1.HeaderClassName
{
color: #B973C0;
}
.AnyTagClassName
{
color: #B973C0;
}
</style>
background-color css
<style>
a { background-color: #B973C0; }
a { background-color: rgb(185,115,192); }
div.DivClassName
{
background-color: #B973C0;
}
.BgClassName
{
background-color: #B973C0;
}
</style>
border-color css
<style>
span { border-color: #B973C0; }
span { border-color: rgb(185,115,192); }
td.TdClassName
{
border-color: #B973C0;
}
.TagClassName
{
border-color: #B973C0;
}
</style>