Shades of Fuchsia #B846B1
Tints of Fuchsia #B846B1
RGB
CMYK
RGB Variations
Color information
#B846B1 (or 0xB846B1) is known color: Fuchsia. HEX triplet: B8, 46 and B1. RGB value is (184,70,177). Sum of RGB (Red+Green+Blue) = 184+70+177=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B846B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B846B1 is #47B94E. Grayscale: #737373. Windows color (decimal): -4700495 or 11617976. OLE color: 11617976.
HSL color Cylindrical-coordinate representation of color #B846B1: hue angle of 303.68º 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 #B846B1 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 177 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.28 |
| HSL | 303.68º | 0.45% | 0.5% | - |
| HSV(B) | 303.68º | 0.62% | 0.72% | - |
| XYZ | 29.89 | 17.74 | 43.44 | - |
| YUV | 116.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 177 | 0 | 0.62 | 0.04 | 0.28 | 303.68 | 0.45 | 0.5 |
| Hex | B8 | 46 | B1 | 0 | 3E | 4 | 1C | 130 | 2D | 32 |
| Octal | 270 | 106 | 261 | 0 | 76 | 4 | 34 | 460 | 55 | 62 |
| Binary | 10111000 | 1000110 | 10110001 | 0 | 111110 | 100 | 11100 | 100110000 | 101101 | 110010 |
Color Harmonies of #B846B1
Complementary color
Monochromatic Colors of #B846B1
Black with #B846B1
Text Example
Text Example
White with #B846B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846B1; }
p { color: rgb(184,70,177); }
H1.HeaderClassName
{
color: #B846B1;
}
.AnyTagClassName
{
color: #B846B1;
}
</style>
background-color css
<style>
a { background-color: #B846B1; }
a { background-color: rgb(184,70,177); }
div.DivClassName
{
background-color: #B846B1;
}
.BgClassName
{
background-color: #B846B1;
}
</style>
border-color css
<style>
span { border-color: #B846B1; }
span { border-color: rgb(184,70,177); }
td.TdClassName
{
border-color: #B846B1;
}
.TagClassName
{
border-color: #B846B1;
}
</style>