Shades of Fuchsia #B846BA
Tints of Fuchsia #B846BA
RGB
CMYK
RGB Variations
Color information
#B846BA (or 0xB846BA) is known color: Fuchsia. HEX triplet: B8, 46 and BA. RGB value is (184,70,186). Sum of RGB (Red+Green+Blue) = 184+70+186=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #B846BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846BA is #47B945. Grayscale: #747474. Windows color (decimal): -4700486 or 12207800. OLE color: 12207800.
HSL color Cylindrical-coordinate representation of color #B846BA: hue angle of 298.97º degrees, saturation: 0.46, 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 #B846BA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 70 | 186 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.27 |
| HSL | 298.97º | 0.46% | 0.5% | - |
| HSV(B) | 298.97º | 0.62% | 0.73% | - |
| XYZ | 30.82 | 18.12 | 48.33 | - |
| YUV | 117.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 186 | 0.01 | 0.62 | 0 | 0.27 | 298.97 | 0.46 | 0.5 |
| Hex | B8 | 46 | BA | 1 | 3E | 0 | 1B | 12B | 2E | 32 |
| Octal | 270 | 106 | 272 | 1 | 76 | 0 | 33 | 453 | 56 | 62 |
| Binary | 10111000 | 1000110 | 10111010 | 1 | 111110 | 0 | 11011 | 100101011 | 101110 | 110010 |
Color Harmonies of #B846BA
Complementary color
Monochromatic Colors of #B846BA
Black with #B846BA
Text Example
Text Example
White with #B846BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846BA; }
p { color: rgb(184,70,186); }
H1.HeaderClassName
{
color: #B846BA;
}
.AnyTagClassName
{
color: #B846BA;
}
</style>
background-color css
<style>
a { background-color: #B846BA; }
a { background-color: rgb(184,70,186); }
div.DivClassName
{
background-color: #B846BA;
}
.BgClassName
{
background-color: #B846BA;
}
</style>
border-color css
<style>
span { border-color: #B846BA; }
span { border-color: rgb(184,70,186); }
td.TdClassName
{
border-color: #B846BA;
}
.TagClassName
{
border-color: #B846BA;
}
</style>