Shades of Fuchsia #B94EBD
Tints of Fuchsia #B94EBD
RGB
CMYK
RGB Variations
Color information
#B94EBD (or 0xB94EBD) is known color: Fuchsia. HEX triplet: B9, 4E and BD. RGB value is (185,78,189). Sum of RGB (Red+Green+Blue) = 185+78+189=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B94EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EBD is #46B142. Grayscale: #7A7A7A. Windows color (decimal): -4632899 or 12406457. OLE color: 12406457.
HSL color Cylindrical-coordinate representation of color #B94EBD: hue angle of 297.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94EBD is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 78 | 189 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.26 |
| HSL | 297.84º | 0.46% | 0.52% | - |
| HSV(B) | 297.84º | 0.59% | 0.74% | - |
| XYZ | 31.92 | 19.44 | 50.21 | - |
| YUV | 122.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 189 | 0.02 | 0.59 | 0 | 0.26 | 297.84 | 0.46 | 0.52 |
| Hex | B9 | 4E | BD | 2 | 3B | 0 | 1A | 12A | 2E | 34 |
| Octal | 271 | 116 | 275 | 2 | 73 | 0 | 32 | 452 | 56 | 64 |
| Binary | 10111001 | 1001110 | 10111101 | 10 | 111011 | 0 | 11010 | 100101010 | 101110 | 110100 |
Color Harmonies of #B94EBD
Complementary color
Monochromatic Colors of #B94EBD
Black with #B94EBD
Text Example
Text Example
White with #B94EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94EBD; }
p { color: rgb(185,78,189); }
H1.HeaderClassName
{
color: #B94EBD;
}
.AnyTagClassName
{
color: #B94EBD;
}
</style>
background-color css
<style>
a { background-color: #B94EBD; }
a { background-color: rgb(185,78,189); }
div.DivClassName
{
background-color: #B94EBD;
}
.BgClassName
{
background-color: #B94EBD;
}
</style>
border-color css
<style>
span { border-color: #B94EBD; }
span { border-color: rgb(185,78,189); }
td.TdClassName
{
border-color: #B94EBD;
}
.TagClassName
{
border-color: #B94EBD;
}
</style>