Shades of Fuchsia #B971BC
Tints of Fuchsia #B971BC
RGB
CMYK
RGB Variations
Color information
#B971BC (or 0xB971BC) is known color: Fuchsia. HEX triplet: B9, 71 and BC. RGB value is (185,113,188). Sum of RGB (Red+Green+Blue) = 185+113+188=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B971BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971BC is #468E43. Grayscale: #8E8E8E. Windows color (decimal): -4623940 or 12349881. OLE color: 12349881.
HSL color Cylindrical-coordinate representation of color #B971BC: hue angle of 297.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B971BC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 113 | 188 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.26 |
| HSL | 297.6º | 0.36% | 0.59% | - |
| HSV(B) | 297.6º | 0.4% | 0.74% | - |
| XYZ | 34.99 | 25.76 | 50.7 | - |
| YUV | 143.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 188 | 0.02 | 0.40 | 0 | 0.26 | 297.6 | 0.36 | 0.59 |
| Hex | B9 | 71 | BC | 2 | 28 | 0 | 1A | 12A | 24 | 3B |
| Octal | 271 | 161 | 274 | 2 | 50 | 0 | 32 | 452 | 44 | 73 |
| Binary | 10111001 | 1110001 | 10111100 | 10 | 101000 | 0 | 11010 | 100101010 | 100100 | 111011 |
Color Harmonies of #B971BC
Complementary color
Monochromatic Colors of #B971BC
Black with #B971BC
Text Example
Text Example
White with #B971BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971BC; }
p { color: rgb(185,113,188); }
H1.HeaderClassName
{
color: #B971BC;
}
.AnyTagClassName
{
color: #B971BC;
}
</style>
background-color css
<style>
a { background-color: #B971BC; }
a { background-color: rgb(185,113,188); }
div.DivClassName
{
background-color: #B971BC;
}
.BgClassName
{
background-color: #B971BC;
}
</style>
border-color css
<style>
span { border-color: #B971BC; }
span { border-color: rgb(185,113,188); }
td.TdClassName
{
border-color: #B971BC;
}
.TagClassName
{
border-color: #B971BC;
}
</style>