Shades of Fuchsia #B974C0
Tints of Fuchsia #B974C0
RGB
CMYK
RGB Variations
Color information
#B974C0 (or 0xB974C0) is known color: Fuchsia. HEX triplet: B9, 74 and C0. RGB value is (185,116,192). Sum of RGB (Red+Green+Blue) = 185+116+192=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #B974C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974C0 is #468B3F. Grayscale: #919191. Windows color (decimal): -4623168 or 12612793. OLE color: 12612793.
HSL color Cylindrical-coordinate representation of color #B974C0: hue angle of 294.47º 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 #B974C0 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 116 | 192 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.25 |
| HSL | 294.47º | 0.38% | 0.6% | - |
| HSV(B) | 294.47º | 0.4% | 0.75% | - |
| XYZ | 35.77 | 26.61 | 53.12 | - |
| YUV | 145.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 192 | 0.04 | 0.40 | 0 | 0.25 | 294.47 | 0.38 | 0.6 |
| Hex | B9 | 74 | C0 | 4 | 28 | 0 | 19 | 126 | 26 | 3C |
| Octal | 271 | 164 | 300 | 4 | 50 | 0 | 31 | 446 | 46 | 74 |
| Binary | 10111001 | 1110100 | 11000000 | 100 | 101000 | 0 | 11001 | 100100110 | 100110 | 111100 |
Color Harmonies of #B974C0
Complementary color
Monochromatic Colors of #B974C0
Black with #B974C0
Text Example
Text Example
White with #B974C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B974C0; }
p { color: rgb(185,116,192); }
H1.HeaderClassName
{
color: #B974C0;
}
.AnyTagClassName
{
color: #B974C0;
}
</style>
background-color css
<style>
a { background-color: #B974C0; }
a { background-color: rgb(185,116,192); }
div.DivClassName
{
background-color: #B974C0;
}
.BgClassName
{
background-color: #B974C0;
}
</style>
border-color css
<style>
span { border-color: #B974C0; }
span { border-color: rgb(185,116,192); }
td.TdClassName
{
border-color: #B974C0;
}
.TagClassName
{
border-color: #B974C0;
}
</style>