Shades of Fuchsia #B847AA
Tints of Fuchsia #B847AA
RGB
CMYK
RGB Variations
Color information
#B847AA (or 0xB847AA) is known color: Fuchsia. HEX triplet: B8, 47 and AA. RGB value is (184,71,170). Sum of RGB (Red+Green+Blue) = 184+71+170=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B847AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B847AA is #47B855. Grayscale: #737373. Windows color (decimal): -4700246 or 11159480. OLE color: 11159480.
HSL color Cylindrical-coordinate representation of color #B847AA: hue angle of 307.43º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B847AA is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 170 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.28 |
| HSL | 307.43º | 0.44% | 0.5% | - |
| HSV(B) | 307.43º | 0.61% | 0.72% | - |
| XYZ | 29.28 | 17.6 | 39.88 | - |
| YUV | 116.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 170 | 0 | 0.61 | 0.08 | 0.28 | 307.43 | 0.44 | 0.5 |
| Hex | B8 | 47 | AA | 0 | 3D | 8 | 1C | 133 | 2C | 32 |
| Octal | 270 | 107 | 252 | 0 | 75 | 10 | 34 | 463 | 54 | 62 |
| Binary | 10111000 | 1000111 | 10101010 | 0 | 111101 | 1000 | 11100 | 100110011 | 101100 | 110010 |
Color Harmonies of #B847AA
Complementary color
Monochromatic Colors of #B847AA
Black with #B847AA
Text Example
Text Example
White with #B847AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847AA; }
p { color: rgb(184,71,170); }
H1.HeaderClassName
{
color: #B847AA;
}
.AnyTagClassName
{
color: #B847AA;
}
</style>
background-color css
<style>
a { background-color: #B847AA; }
a { background-color: rgb(184,71,170); }
div.DivClassName
{
background-color: #B847AA;
}
.BgClassName
{
background-color: #B847AA;
}
</style>
border-color css
<style>
span { border-color: #B847AA; }
span { border-color: rgb(184,71,170); }
td.TdClassName
{
border-color: #B847AA;
}
.TagClassName
{
border-color: #B847AA;
}
</style>