Shades of Fuchsia #B970AF
Tints of Fuchsia #B970AF
RGB
CMYK
RGB Variations
Color information
#B970AF (or 0xB970AF) is known color: Fuchsia. HEX triplet: B9, 70 and AF. RGB value is (185,112,175). Sum of RGB (Red+Green+Blue) = 185+112+175=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B970AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970AF is #468F50. Grayscale: #8C8C8C. Windows color (decimal): -4624209 or 11497657. OLE color: 11497657.
HSL color Cylindrical-coordinate representation of color #B970AF: hue angle of 308.22º 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 #B970AF is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 175 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.27 |
| HSL | 308.22º | 0.34% | 0.58% | - |
| HSV(B) | 308.22º | 0.39% | 0.73% | - |
| XYZ | 33.54 | 25 | 43.61 | - |
| YUV | 141.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 175 | 0 | 0.39 | 0.05 | 0.27 | 308.22 | 0.34 | 0.58 |
| Hex | B9 | 70 | AF | 0 | 27 | 5 | 1B | 134 | 22 | 3A |
| Octal | 271 | 160 | 257 | 0 | 47 | 5 | 33 | 464 | 42 | 72 |
| Binary | 10111001 | 1110000 | 10101111 | 0 | 100111 | 101 | 11011 | 100110100 | 100010 | 111010 |
Color Harmonies of #B970AF
Complementary color
Monochromatic Colors of #B970AF
Black with #B970AF
Text Example
Text Example
White with #B970AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970AF; }
p { color: rgb(185,112,175); }
H1.HeaderClassName
{
color: #B970AF;
}
.AnyTagClassName
{
color: #B970AF;
}
</style>
background-color css
<style>
a { background-color: #B970AF; }
a { background-color: rgb(185,112,175); }
div.DivClassName
{
background-color: #B970AF;
}
.BgClassName
{
background-color: #B970AF;
}
</style>
border-color css
<style>
span { border-color: #B970AF; }
span { border-color: rgb(185,112,175); }
td.TdClassName
{
border-color: #B970AF;
}
.TagClassName
{
border-color: #B970AF;
}
</style>