Shades of Fuchsia #B84EC1
Tints of Fuchsia #B84EC1
RGB
CMYK
RGB Variations
Color information
#B84EC1 (or 0xB84EC1) is known color: Fuchsia. HEX triplet: B8, 4E and C1. RGB value is (184,78,193). Sum of RGB (Red+Green+Blue) = 184+78+193=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #B84EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EC1 is #47B13E. Grayscale: #7A7A7A. Windows color (decimal): -4698431 or 12668600. OLE color: 12668600.
HSL color Cylindrical-coordinate representation of color #B84EC1: hue angle of 295.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84EC1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 78 | 193 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.24 |
| HSL | 295.3º | 0.48% | 0.53% | - |
| HSV(B) | 295.3º | 0.6% | 0.76% | - |
| XYZ | 32.12 | 19.49 | 52.52 | - |
| YUV | 122.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 193 | 0.05 | 0.60 | 0 | 0.24 | 295.3 | 0.48 | 0.53 |
| Hex | B8 | 4E | C1 | 5 | 3C | 0 | 18 | 127 | 30 | 35 |
| Octal | 270 | 116 | 301 | 5 | 74 | 0 | 30 | 447 | 60 | 65 |
| Binary | 10111000 | 1001110 | 11000001 | 101 | 111100 | 0 | 11000 | 100100111 | 110000 | 110101 |
Color Harmonies of #B84EC1
Complementary color
Monochromatic Colors of #B84EC1
Black with #B84EC1
Text Example
Text Example
White with #B84EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EC1; }
p { color: rgb(184,78,193); }
H1.HeaderClassName
{
color: #B84EC1;
}
.AnyTagClassName
{
color: #B84EC1;
}
</style>
background-color css
<style>
a { background-color: #B84EC1; }
a { background-color: rgb(184,78,193); }
div.DivClassName
{
background-color: #B84EC1;
}
.BgClassName
{
background-color: #B84EC1;
}
</style>
border-color css
<style>
span { border-color: #B84EC1; }
span { border-color: rgb(184,78,193); }
td.TdClassName
{
border-color: #B84EC1;
}
.TagClassName
{
border-color: #B84EC1;
}
</style>