Shades of Fuchsia #B94EC3
Tints of Fuchsia #B94EC3
RGB
CMYK
RGB Variations
Color information
#B94EC3 (or 0xB94EC3) is known color: Fuchsia. HEX triplet: B9, 4E and C3. RGB value is (185,78,195). Sum of RGB (Red+Green+Blue) = 185+78+195=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #B94EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EC3 is #46B13C. Grayscale: #7A7A7A. Windows color (decimal): -4632893 or 12799673. OLE color: 12799673.
HSL color Cylindrical-coordinate representation of color #B94EC3: hue angle of 294.87º 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 #B94EC3 is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 78 | 195 | - |
| CMYK | 0.05 | 0.6 | 0 | 0.24 |
| HSL | 294.87º | 0.49% | 0.54% | - |
| HSV(B) | 294.87º | 0.6% | 0.76% | - |
| XYZ | 32.58 | 19.7 | 53.72 | - |
| YUV | 123.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 195 | 0.05 | 0.6 | 0 | 0.24 | 294.87 | 0.49 | 0.54 |
| Hex | B9 | 4E | C3 | 5 | 3C | 0 | 18 | 127 | 31 | 36 |
| Octal | 271 | 116 | 303 | 5 | 74 | 0 | 30 | 447 | 61 | 66 |
| Binary | 10111001 | 1001110 | 11000011 | 101 | 111100 | 0 | 11000 | 100100111 | 110001 | 110110 |
Color Harmonies of #B94EC3
Complementary color
Monochromatic Colors of #B94EC3
Black with #B94EC3
Text Example
Text Example
White with #B94EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94EC3; }
p { color: rgb(185,78,195); }
H1.HeaderClassName
{
color: #B94EC3;
}
.AnyTagClassName
{
color: #B94EC3;
}
</style>
background-color css
<style>
a { background-color: #B94EC3; }
a { background-color: rgb(185,78,195); }
div.DivClassName
{
background-color: #B94EC3;
}
.BgClassName
{
background-color: #B94EC3;
}
</style>
border-color css
<style>
span { border-color: #B94EC3; }
span { border-color: rgb(185,78,195); }
td.TdClassName
{
border-color: #B94EC3;
}
.TagClassName
{
border-color: #B94EC3;
}
</style>