Shades of Fuchsia #B84DC3
Tints of Fuchsia #B84DC3
RGB
CMYK
RGB Variations
Color information
#B84DC3 (or 0xB84DC3) is known color: Fuchsia. HEX triplet: B8, 4D and C3. RGB value is (184,77,195). Sum of RGB (Red+Green+Blue) = 184+77+195=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #B84DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DC3 is #47B23C. Grayscale: #7A7A7A. Windows color (decimal): -4698685 or 12799416. OLE color: 12799416.
HSL color Cylindrical-coordinate representation of color #B84DC3: hue angle of 294.41º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84DC3 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 77 | 195 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.24 |
| HSL | 294.41º | 0.5% | 0.53% | - |
| HSV(B) | 294.41º | 0.61% | 0.76% | - |
| XYZ | 32.27 | 19.44 | 53.68 | - |
| YUV | 122.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 195 | 0.06 | 0.61 | 0 | 0.24 | 294.41 | 0.5 | 0.53 |
| Hex | B8 | 4D | C3 | 6 | 3D | 0 | 18 | 126 | 32 | 35 |
| Octal | 270 | 115 | 303 | 6 | 75 | 0 | 30 | 446 | 62 | 65 |
| Binary | 10111000 | 1001101 | 11000011 | 110 | 111101 | 0 | 11000 | 100100110 | 110010 | 110101 |
Color Harmonies of #B84DC3
Complementary color
Monochromatic Colors of #B84DC3
Black with #B84DC3
Text Example
Text Example
White with #B84DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DC3; }
p { color: rgb(184,77,195); }
H1.HeaderClassName
{
color: #B84DC3;
}
.AnyTagClassName
{
color: #B84DC3;
}
</style>
background-color css
<style>
a { background-color: #B84DC3; }
a { background-color: rgb(184,77,195); }
div.DivClassName
{
background-color: #B84DC3;
}
.BgClassName
{
background-color: #B84DC3;
}
</style>
border-color css
<style>
span { border-color: #B84DC3; }
span { border-color: rgb(184,77,195); }
td.TdClassName
{
border-color: #B84DC3;
}
.TagClassName
{
border-color: #B84DC3;
}
</style>