Shades of Fuchsia #B846B7
Tints of Fuchsia #B846B7
RGB
CMYK
RGB Variations
Color information
#B846B7 (or 0xB846B7) is known color: Fuchsia. HEX triplet: B8, 46 and B7. RGB value is (184,70,183). Sum of RGB (Red+Green+Blue) = 184+70+183=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B846B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846B7 is #47B948. Grayscale: #747474. Windows color (decimal): -4700489 or 12011192. OLE color: 12011192.
HSL color Cylindrical-coordinate representation of color #B846B7: hue angle of 300.53º 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 #B846B7 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 183 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.28 |
| HSL | 300.53º | 0.45% | 0.5% | - |
| HSV(B) | 300.53º | 0.62% | 0.72% | - |
| XYZ | 30.5 | 17.99 | 46.66 | - |
| YUV | 116.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 183 | 0 | 0.62 | 0.01 | 0.28 | 300.53 | 0.45 | 0.5 |
| Hex | B8 | 46 | B7 | 0 | 3E | 1 | 1C | 12D | 2D | 32 |
| Octal | 270 | 106 | 267 | 0 | 76 | 1 | 34 | 455 | 55 | 62 |
| Binary | 10111000 | 1000110 | 10110111 | 0 | 111110 | 1 | 11100 | 100101101 | 101101 | 110010 |
Color Harmonies of #B846B7
Complementary color
Monochromatic Colors of #B846B7
Black with #B846B7
Text Example
Text Example
White with #B846B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846B7; }
p { color: rgb(184,70,183); }
H1.HeaderClassName
{
color: #B846B7;
}
.AnyTagClassName
{
color: #B846B7;
}
</style>
background-color css
<style>
a { background-color: #B846B7; }
a { background-color: rgb(184,70,183); }
div.DivClassName
{
background-color: #B846B7;
}
.BgClassName
{
background-color: #B846B7;
}
</style>
border-color css
<style>
span { border-color: #B846B7; }
span { border-color: rgb(184,70,183); }
td.TdClassName
{
border-color: #B846B7;
}
.TagClassName
{
border-color: #B846B7;
}
</style>