Shades of Fuchsia #B94EC1
Tints of Fuchsia #B94EC1
RGB
CMYK
RGB Variations
Color information
#B94EC1 (or 0xB94EC1) is known color: Fuchsia. HEX triplet: B9, 4E and C1. RGB value is (185,78,193). Sum of RGB (Red+Green+Blue) = 185+78+193=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 78 (30.86% from 255 or 17.11% 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 #B94EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EC1 is #46B13E. Grayscale: #7A7A7A. Windows color (decimal): -4632895 or 12668601. OLE color: 12668601.
HSL color Cylindrical-coordinate representation of color #B94EC1: hue angle of 295.83º 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 #B94EC1 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 78 | 193 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.24 |
| HSL | 295.83º | 0.48% | 0.53% | - |
| HSV(B) | 295.83º | 0.6% | 0.76% | - |
| XYZ | 32.36 | 19.61 | 52.53 | - |
| YUV | 123.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 193 | 0.04 | 0.60 | 0 | 0.24 | 295.83 | 0.48 | 0.53 |
| Hex | B9 | 4E | C1 | 4 | 3C | 0 | 18 | 128 | 30 | 35 |
| Octal | 271 | 116 | 301 | 4 | 74 | 0 | 30 | 450 | 60 | 65 |
| Binary | 10111001 | 1001110 | 11000001 | 100 | 111100 | 0 | 11000 | 100101000 | 110000 | 110101 |
Color Harmonies of #B94EC1
Complementary color
Monochromatic Colors of #B94EC1
Black with #B94EC1
Text Example
Text Example
White with #B94EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94EC1; }
p { color: rgb(185,78,193); }
H1.HeaderClassName
{
color: #B94EC1;
}
.AnyTagClassName
{
color: #B94EC1;
}
</style>
background-color css
<style>
a { background-color: #B94EC1; }
a { background-color: rgb(185,78,193); }
div.DivClassName
{
background-color: #B94EC1;
}
.BgClassName
{
background-color: #B94EC1;
}
</style>
border-color css
<style>
span { border-color: #B94EC1; }
span { border-color: rgb(185,78,193); }
td.TdClassName
{
border-color: #B94EC1;
}
.TagClassName
{
border-color: #B94EC1;
}
</style>