Shades of Fuchsia #B848A6
Tints of Fuchsia #B848A6
RGB
CMYK
RGB Variations
Color information
#B848A6 (or 0xB848A6) is known color: Fuchsia. HEX triplet: B8, 48 and A6. RGB value is (184,72,166). Sum of RGB (Red+Green+Blue) = 184+72+166=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B848A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B848A6 is #47B759. Grayscale: #737373. Windows color (decimal): -4699994 or 10897592. OLE color: 10897592.
HSL color Cylindrical-coordinate representation of color #B848A6: hue angle of 309.64º 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 #B848A6 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 166 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.28 |
| HSL | 309.64º | 0.44% | 0.5% | - |
| HSV(B) | 309.64º | 0.61% | 0.72% | - |
| XYZ | 28.97 | 17.58 | 37.94 | - |
| YUV | 116.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 166 | 0 | 0.61 | 0.10 | 0.28 | 309.64 | 0.44 | 0.5 |
| Hex | B8 | 48 | A6 | 0 | 3D | A | 1C | 136 | 2C | 32 |
| Octal | 270 | 110 | 246 | 0 | 75 | 12 | 34 | 466 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10100110 | 0 | 111101 | 1010 | 11100 | 100110110 | 101100 | 110010 |
Color Harmonies of #B848A6
Complementary color
Monochromatic Colors of #B848A6
Black with #B848A6
Text Example
Text Example
White with #B848A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848A6; }
p { color: rgb(184,72,166); }
H1.HeaderClassName
{
color: #B848A6;
}
.AnyTagClassName
{
color: #B848A6;
}
</style>
background-color css
<style>
a { background-color: #B848A6; }
a { background-color: rgb(184,72,166); }
div.DivClassName
{
background-color: #B848A6;
}
.BgClassName
{
background-color: #B848A6;
}
</style>
border-color css
<style>
span { border-color: #B848A6; }
span { border-color: rgb(184,72,166); }
td.TdClassName
{
border-color: #B848A6;
}
.TagClassName
{
border-color: #B848A6;
}
</style>