Shades of Fuchsia #B947A7
Tints of Fuchsia #B947A7
RGB
CMYK
RGB Variations
Color information
#B947A7 (or 0xB947A7) is known color: Fuchsia. HEX triplet: B9, 47 and A7. RGB value is (185,71,167). Sum of RGB (Red+Green+Blue) = 185+71+167=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B947A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947A7 is #46B858. Grayscale: #737373. Windows color (decimal): -4634713 or 10962873. OLE color: 10962873.
HSL color Cylindrical-coordinate representation of color #B947A7: hue angle of 309.47º 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 #B947A7 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 167 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.27 |
| HSL | 309.47º | 0.45% | 0.5% | - |
| HSV(B) | 309.47º | 0.62% | 0.73% | - |
| XYZ | 29.24 | 17.61 | 38.42 | - |
| YUV | 116.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 167 | 0 | 0.62 | 0.10 | 0.27 | 309.47 | 0.45 | 0.5 |
| Hex | B9 | 47 | A7 | 0 | 3E | A | 1B | 135 | 2D | 32 |
| Octal | 271 | 107 | 247 | 0 | 76 | 12 | 33 | 465 | 55 | 62 |
| Binary | 10111001 | 1000111 | 10100111 | 0 | 111110 | 1010 | 11011 | 100110101 | 101101 | 110010 |
Color Harmonies of #B947A7
Complementary color
Monochromatic Colors of #B947A7
Black with #B947A7
Text Example
Text Example
White with #B947A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947A7; }
p { color: rgb(185,71,167); }
H1.HeaderClassName
{
color: #B947A7;
}
.AnyTagClassName
{
color: #B947A7;
}
</style>
background-color css
<style>
a { background-color: #B947A7; }
a { background-color: rgb(185,71,167); }
div.DivClassName
{
background-color: #B947A7;
}
.BgClassName
{
background-color: #B947A7;
}
</style>
border-color css
<style>
span { border-color: #B947A7; }
span { border-color: rgb(185,71,167); }
td.TdClassName
{
border-color: #B947A7;
}
.TagClassName
{
border-color: #B947A7;
}
</style>