Shades of Fuchsia #B84EC3
Tints of Fuchsia #B84EC3
RGB
CMYK
RGB Variations
Color information
#B84EC3 (or 0xB84EC3) is known color: Fuchsia. HEX triplet: B8, 4E and C3. RGB value is (184,78,195). Sum of RGB (Red+Green+Blue) = 184+78+195=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #B84EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EC3 is #47B13C. Grayscale: #7A7A7A. Windows color (decimal): -4698429 or 12799672. OLE color: 12799672.
HSL color Cylindrical-coordinate representation of color #B84EC3: hue angle of 294.36º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84EC3 is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 78 | 195 | - |
| CMYK | 0.06 | 0.6 | 0 | 0.24 |
| HSL | 294.36º | 0.49% | 0.54% | - |
| HSV(B) | 294.36º | 0.6% | 0.76% | - |
| XYZ | 32.34 | 19.58 | 53.7 | - |
| YUV | 123.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 195 | 0.06 | 0.6 | 0 | 0.24 | 294.36 | 0.49 | 0.54 |
| Hex | B8 | 4E | C3 | 6 | 3C | 0 | 18 | 126 | 31 | 36 |
| Octal | 270 | 116 | 303 | 6 | 74 | 0 | 30 | 446 | 61 | 66 |
| Binary | 10111000 | 1001110 | 11000011 | 110 | 111100 | 0 | 11000 | 100100110 | 110001 | 110110 |
Color Harmonies of #B84EC3
Complementary color
Monochromatic Colors of #B84EC3
Black with #B84EC3
Text Example
Text Example
White with #B84EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EC3; }
p { color: rgb(184,78,195); }
H1.HeaderClassName
{
color: #B84EC3;
}
.AnyTagClassName
{
color: #B84EC3;
}
</style>
background-color css
<style>
a { background-color: #B84EC3; }
a { background-color: rgb(184,78,195); }
div.DivClassName
{
background-color: #B84EC3;
}
.BgClassName
{
background-color: #B84EC3;
}
</style>
border-color css
<style>
span { border-color: #B84EC3; }
span { border-color: rgb(184,78,195); }
td.TdClassName
{
border-color: #B84EC3;
}
.TagClassName
{
border-color: #B84EC3;
}
</style>