Shades of Fuchsia #B845A6
Tints of Fuchsia #B845A6
RGB
CMYK
RGB Variations
Color information
#B845A6 (or 0xB845A6) is known color: Fuchsia. HEX triplet: B8, 45 and A6. RGB value is (184,69,166). Sum of RGB (Red+Green+Blue) = 184+69+166=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B845A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845A6 is #47BA59. Grayscale: #727272. Windows color (decimal): -4700762 or 10896824. OLE color: 10896824.
HSL color Cylindrical-coordinate representation of color #B845A6: hue angle of 309.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B845A6 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 166 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.28 |
| HSL | 309.39º | 0.45% | 0.5% | - |
| HSV(B) | 309.39º | 0.63% | 0.72% | - |
| XYZ | 28.78 | 17.2 | 37.88 | - |
| YUV | 114.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 166 | 0 | 0.62 | 0.10 | 0.28 | 309.39 | 0.45 | 0.5 |
| Hex | B8 | 45 | A6 | 0 | 3E | A | 1C | 135 | 2D | 32 |
| Octal | 270 | 105 | 246 | 0 | 76 | 12 | 34 | 465 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10100110 | 0 | 111110 | 1010 | 11100 | 100110101 | 101101 | 110010 |
Color Harmonies of #B845A6
Complementary color
Monochromatic Colors of #B845A6
Black with #B845A6
Text Example
Text Example
White with #B845A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845A6; }
p { color: rgb(184,69,166); }
H1.HeaderClassName
{
color: #B845A6;
}
.AnyTagClassName
{
color: #B845A6;
}
</style>
background-color css
<style>
a { background-color: #B845A6; }
a { background-color: rgb(184,69,166); }
div.DivClassName
{
background-color: #B845A6;
}
.BgClassName
{
background-color: #B845A6;
}
</style>
border-color css
<style>
span { border-color: #B845A6; }
span { border-color: rgb(184,69,166); }
td.TdClassName
{
border-color: #B845A6;
}
.TagClassName
{
border-color: #B845A6;
}
</style>