Shades of Fuchsia #B847B7
Tints of Fuchsia #B847B7
RGB
CMYK
RGB Variations
Color information
#B847B7 (or 0xB847B7) is known color: Fuchsia. HEX triplet: B8, 47 and B7. RGB value is (184,71,183). Sum of RGB (Red+Green+Blue) = 184+71+183=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B847B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B847B7 is #47B848. Grayscale: #757575. Windows color (decimal): -4700233 or 12011448. OLE color: 12011448.
HSL color Cylindrical-coordinate representation of color #B847B7: hue angle of 300.53º 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 #B847B7 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 183 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.28 |
| HSL | 300.53º | 0.44% | 0.5% | - |
| HSV(B) | 300.53º | 0.61% | 0.72% | - |
| XYZ | 30.57 | 18.12 | 46.69 | - |
| YUV | 117.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 183 | 0 | 0.61 | 0.01 | 0.28 | 300.53 | 0.44 | 0.5 |
| Hex | B8 | 47 | B7 | 0 | 3D | 1 | 1C | 12D | 2C | 32 |
| Octal | 270 | 107 | 267 | 0 | 75 | 1 | 34 | 455 | 54 | 62 |
| Binary | 10111000 | 1000111 | 10110111 | 0 | 111101 | 1 | 11100 | 100101101 | 101100 | 110010 |
Color Harmonies of #B847B7
Complementary color
Monochromatic Colors of #B847B7
Black with #B847B7
Text Example
Text Example
White with #B847B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847B7; }
p { color: rgb(184,71,183); }
H1.HeaderClassName
{
color: #B847B7;
}
.AnyTagClassName
{
color: #B847B7;
}
</style>
background-color css
<style>
a { background-color: #B847B7; }
a { background-color: rgb(184,71,183); }
div.DivClassName
{
background-color: #B847B7;
}
.BgClassName
{
background-color: #B847B7;
}
</style>
border-color css
<style>
span { border-color: #B847B7; }
span { border-color: rgb(184,71,183); }
td.TdClassName
{
border-color: #B847B7;
}
.TagClassName
{
border-color: #B847B7;
}
</style>