Shades of Fuchsia #B970B1
Tints of Fuchsia #B970B1
RGB
CMYK
RGB Variations
Color information
#B970B1 (or 0xB970B1) is known color: Fuchsia. HEX triplet: B9, 70 and B1. RGB value is (185,112,177). Sum of RGB (Red+Green+Blue) = 185+112+177=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B970B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970B1 is #468F4E. Grayscale: #8D8D8D. Windows color (decimal): -4624207 or 11628729. OLE color: 11628729.
HSL color Cylindrical-coordinate representation of color #B970B1: hue angle of 306.58º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B970B1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 177 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.27 |
| HSL | 306.58º | 0.34% | 0.58% | - |
| HSV(B) | 306.58º | 0.39% | 0.73% | - |
| XYZ | 33.74 | 25.08 | 44.66 | - |
| YUV | 141.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 177 | 0 | 0.39 | 0.04 | 0.27 | 306.58 | 0.34 | 0.58 |
| Hex | B9 | 70 | B1 | 0 | 27 | 4 | 1B | 133 | 22 | 3A |
| Octal | 271 | 160 | 261 | 0 | 47 | 4 | 33 | 463 | 42 | 72 |
| Binary | 10111001 | 1110000 | 10110001 | 0 | 100111 | 100 | 11011 | 100110011 | 100010 | 111010 |
Color Harmonies of #B970B1
Complementary color
Monochromatic Colors of #B970B1
Black with #B970B1
Text Example
Text Example
White with #B970B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970B1; }
p { color: rgb(185,112,177); }
H1.HeaderClassName
{
color: #B970B1;
}
.AnyTagClassName
{
color: #B970B1;
}
</style>
background-color css
<style>
a { background-color: #B970B1; }
a { background-color: rgb(185,112,177); }
div.DivClassName
{
background-color: #B970B1;
}
.BgClassName
{
background-color: #B970B1;
}
</style>
border-color css
<style>
span { border-color: #B970B1; }
span { border-color: rgb(185,112,177); }
td.TdClassName
{
border-color: #B970B1;
}
.TagClassName
{
border-color: #B970B1;
}
</style>