Shades of Fuchsia #B847C5
Tints of Fuchsia #B847C5
RGB
CMYK
RGB Variations
Color information
#B847C5 (or 0xB847C5) is known color: Fuchsia. HEX triplet: B8, 47 and C5. RGB value is (184,71,197). Sum of RGB (Red+Green+Blue) = 184+71+197=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #B847C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B847C5 is #47B83A. Grayscale: #767676. Windows color (decimal): -4700219 or 12928952. OLE color: 12928952.
HSL color Cylindrical-coordinate representation of color #B847C5: hue angle of 293.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B847C5 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 71 | 197 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.23 |
| HSL | 293.81º | 0.52% | 0.53% | - |
| HSV(B) | 293.81º | 0.64% | 0.77% | - |
| XYZ | 32.1 | 18.73 | 54.75 | - |
| YUV | 119.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 197 | 0.07 | 0.64 | 0 | 0.23 | 293.81 | 0.52 | 0.53 |
| Hex | B8 | 47 | C5 | 7 | 40 | 0 | 17 | 126 | 34 | 35 |
| Octal | 270 | 107 | 305 | 7 | 100 | 0 | 27 | 446 | 64 | 65 |
| Binary | 10111000 | 1000111 | 11000101 | 111 | 1000000 | 0 | 10111 | 100100110 | 110100 | 110101 |
Color Harmonies of #B847C5
Complementary color
Monochromatic Colors of #B847C5
Black with #B847C5
Text Example
Text Example
White with #B847C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847C5; }
p { color: rgb(184,71,197); }
H1.HeaderClassName
{
color: #B847C5;
}
.AnyTagClassName
{
color: #B847C5;
}
</style>
background-color css
<style>
a { background-color: #B847C5; }
a { background-color: rgb(184,71,197); }
div.DivClassName
{
background-color: #B847C5;
}
.BgClassName
{
background-color: #B847C5;
}
</style>
border-color css
<style>
span { border-color: #B847C5; }
span { border-color: rgb(184,71,197); }
td.TdClassName
{
border-color: #B847C5;
}
.TagClassName
{
border-color: #B847C5;
}
</style>