Shades of Fuchsia #B947AF
Tints of Fuchsia #B947AF
RGB
CMYK
RGB Variations
Color information
#B947AF (or 0xB947AF) is known color: Fuchsia. HEX triplet: B9, 47 and AF. RGB value is (185,71,175). Sum of RGB (Red+Green+Blue) = 185+71+175=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B947AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947AF is #46B850. Grayscale: #747474. Windows color (decimal): -4634705 or 11487161. OLE color: 11487161.
HSL color Cylindrical-coordinate representation of color #B947AF: hue angle of 305.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B947AF is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 175 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.27 |
| HSL | 305.26º | 0.45% | 0.5% | - |
| HSV(B) | 305.26º | 0.62% | 0.73% | - |
| XYZ | 30 | 17.92 | 42.43 | - |
| YUV | 116.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 175 | 0 | 0.62 | 0.05 | 0.27 | 305.26 | 0.45 | 0.5 |
| Hex | B9 | 47 | AF | 0 | 3E | 5 | 1B | 131 | 2D | 32 |
| Octal | 271 | 107 | 257 | 0 | 76 | 5 | 33 | 461 | 55 | 62 |
| Binary | 10111001 | 1000111 | 10101111 | 0 | 111110 | 101 | 11011 | 100110001 | 101101 | 110010 |
Color Harmonies of #B947AF
Complementary color
Monochromatic Colors of #B947AF
Black with #B947AF
Text Example
Text Example
White with #B947AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947AF; }
p { color: rgb(185,71,175); }
H1.HeaderClassName
{
color: #B947AF;
}
.AnyTagClassName
{
color: #B947AF;
}
</style>
background-color css
<style>
a { background-color: #B947AF; }
a { background-color: rgb(185,71,175); }
div.DivClassName
{
background-color: #B947AF;
}
.BgClassName
{
background-color: #B947AF;
}
</style>
border-color css
<style>
span { border-color: #B947AF; }
span { border-color: rgb(185,71,175); }
td.TdClassName
{
border-color: #B947AF;
}
.TagClassName
{
border-color: #B947AF;
}
</style>