Shades of Fuchsia #B842A7
Tints of Fuchsia #B842A7
RGB
CMYK
RGB Variations
Color information
#B842A7 (or 0xB842A7) is known color: Fuchsia. HEX triplet: B8, 42 and A7. RGB value is (184,66,167). Sum of RGB (Red+Green+Blue) = 184+66+167=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B842A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842A7 is #47BD58. Grayscale: #707070. Windows color (decimal): -4701529 or 10961592. OLE color: 10961592.
HSL color Cylindrical-coordinate representation of color #B842A7: hue angle of 308.64º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B842A7 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 167 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.28 |
| HSL | 308.64º | 0.47% | 0.49% | - |
| HSV(B) | 308.64º | 0.64% | 0.72% | - |
| XYZ | 28.69 | 16.88 | 38.3 | - |
| YUV | 112.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 167 | 0 | 0.64 | 0.09 | 0.28 | 308.64 | 0.47 | 0.49 |
| Hex | B8 | 42 | A7 | 0 | 40 | 9 | 1C | 135 | 2F | 31 |
| Octal | 270 | 102 | 247 | 0 | 100 | 11 | 34 | 465 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10100111 | 0 | 1000000 | 1001 | 11100 | 100110101 | 101111 | 110001 |
Color Harmonies of #B842A7
Complementary color
Monochromatic Colors of #B842A7
Black with #B842A7
Text Example
Text Example
White with #B842A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842A7; }
p { color: rgb(184,66,167); }
H1.HeaderClassName
{
color: #B842A7;
}
.AnyTagClassName
{
color: #B842A7;
}
</style>
background-color css
<style>
a { background-color: #B842A7; }
a { background-color: rgb(184,66,167); }
div.DivClassName
{
background-color: #B842A7;
}
.BgClassName
{
background-color: #B842A7;
}
</style>
border-color css
<style>
span { border-color: #B842A7; }
span { border-color: rgb(184,66,167); }
td.TdClassName
{
border-color: #B842A7;
}
.TagClassName
{
border-color: #B842A7;
}
</style>