Shades of Fuchsia #B970BC
Tints of Fuchsia #B970BC
RGB
CMYK
RGB Variations
Color information
#B970BC (or 0xB970BC) is known color: Fuchsia. HEX triplet: B9, 70 and BC. RGB value is (185,112,188). Sum of RGB (Red+Green+Blue) = 185+112+188=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #B970BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970BC is #468F43. Grayscale: #8E8E8E. Windows color (decimal): -4624196 or 12349625. OLE color: 12349625.
HSL color Cylindrical-coordinate representation of color #B970BC: hue angle of 297.63º 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 #B970BC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 112 | 188 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.26 |
| HSL | 297.63º | 0.36% | 0.59% | - |
| HSV(B) | 297.63º | 0.4% | 0.74% | - |
| XYZ | 34.88 | 25.53 | 50.67 | - |
| YUV | 142.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 188 | 0.02 | 0.40 | 0 | 0.26 | 297.63 | 0.36 | 0.59 |
| Hex | B9 | 70 | BC | 2 | 28 | 0 | 1A | 12A | 24 | 3B |
| Octal | 271 | 160 | 274 | 2 | 50 | 0 | 32 | 452 | 44 | 73 |
| Binary | 10111001 | 1110000 | 10111100 | 10 | 101000 | 0 | 11010 | 100101010 | 100100 | 111011 |
Color Harmonies of #B970BC
Complementary color
Monochromatic Colors of #B970BC
Black with #B970BC
Text Example
Text Example
White with #B970BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970BC; }
p { color: rgb(185,112,188); }
H1.HeaderClassName
{
color: #B970BC;
}
.AnyTagClassName
{
color: #B970BC;
}
</style>
background-color css
<style>
a { background-color: #B970BC; }
a { background-color: rgb(185,112,188); }
div.DivClassName
{
background-color: #B970BC;
}
.BgClassName
{
background-color: #B970BC;
}
</style>
border-color css
<style>
span { border-color: #B970BC; }
span { border-color: rgb(185,112,188); }
td.TdClassName
{
border-color: #B970BC;
}
.TagClassName
{
border-color: #B970BC;
}
</style>