Shades of Fuchsia #B971C2
Tints of Fuchsia #B971C2
RGB
CMYK
RGB Variations
Color information
#B971C2 (or 0xB971C2) is known color: Fuchsia. HEX triplet: B9, 71 and C2. RGB value is (185,113,194). Sum of RGB (Red+Green+Blue) = 185+113+194=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #B971C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971C2 is #468E3D. Grayscale: #8F8F8F. Windows color (decimal): -4623934 or 12743097. OLE color: 12743097.
HSL color Cylindrical-coordinate representation of color #B971C2: hue angle of 293.33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B971C2 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 113 | 194 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.24 |
| HSL | 293.33º | 0.4% | 0.6% | - |
| HSV(B) | 293.33º | 0.42% | 0.76% | - |
| XYZ | 35.65 | 26.02 | 54.18 | - |
| YUV | 143.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 194 | 0.05 | 0.42 | 0 | 0.24 | 293.33 | 0.4 | 0.6 |
| Hex | B9 | 71 | C2 | 5 | 2A | 0 | 18 | 125 | 28 | 3C |
| Octal | 271 | 161 | 302 | 5 | 52 | 0 | 30 | 445 | 50 | 74 |
| Binary | 10111001 | 1110001 | 11000010 | 101 | 101010 | 0 | 11000 | 100100101 | 101000 | 111100 |
Color Harmonies of #B971C2
Complementary color
Monochromatic Colors of #B971C2
Black with #B971C2
Text Example
Text Example
White with #B971C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971C2; }
p { color: rgb(185,113,194); }
H1.HeaderClassName
{
color: #B971C2;
}
.AnyTagClassName
{
color: #B971C2;
}
</style>
background-color css
<style>
a { background-color: #B971C2; }
a { background-color: rgb(185,113,194); }
div.DivClassName
{
background-color: #B971C2;
}
.BgClassName
{
background-color: #B971C2;
}
</style>
border-color css
<style>
span { border-color: #B971C2; }
span { border-color: rgb(185,113,194); }
td.TdClassName
{
border-color: #B971C2;
}
.TagClassName
{
border-color: #B971C2;
}
</style>