Shades of Fuchsia #B84FC1
Tints of Fuchsia #B84FC1
RGB
CMYK
RGB Variations
Color information
#B84FC1 (or 0xB84FC1) is known color: Fuchsia. HEX triplet: B8, 4F and C1. RGB value is (184,79,193). Sum of RGB (Red+Green+Blue) = 184+79+193=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #B84FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FC1 is #47B03E. Grayscale: #7B7B7B. Windows color (decimal): -4698175 or 12668856. OLE color: 12668856.
HSL color Cylindrical-coordinate representation of color #B84FC1: hue angle of 295.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84FC1 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 79 | 193 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.24 |
| HSL | 295.26º | 0.48% | 0.53% | - |
| HSV(B) | 295.26º | 0.59% | 0.76% | - |
| XYZ | 32.19 | 19.63 | 52.55 | - |
| YUV | 123.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 193 | 0.05 | 0.59 | 0 | 0.24 | 295.26 | 0.48 | 0.53 |
| Hex | B8 | 4F | C1 | 5 | 3B | 0 | 18 | 127 | 30 | 35 |
| Octal | 270 | 117 | 301 | 5 | 73 | 0 | 30 | 447 | 60 | 65 |
| Binary | 10111000 | 1001111 | 11000001 | 101 | 111011 | 0 | 11000 | 100100111 | 110000 | 110101 |
Color Harmonies of #B84FC1
Complementary color
Monochromatic Colors of #B84FC1
Black with #B84FC1
Text Example
Text Example
White with #B84FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FC1; }
p { color: rgb(184,79,193); }
H1.HeaderClassName
{
color: #B84FC1;
}
.AnyTagClassName
{
color: #B84FC1;
}
</style>
background-color css
<style>
a { background-color: #B84FC1; }
a { background-color: rgb(184,79,193); }
div.DivClassName
{
background-color: #B84FC1;
}
.BgClassName
{
background-color: #B84FC1;
}
</style>
border-color css
<style>
span { border-color: #B84FC1; }
span { border-color: rgb(184,79,193); }
td.TdClassName
{
border-color: #B84FC1;
}
.TagClassName
{
border-color: #B84FC1;
}
</style>