Shades of Fuchsia #B14EBD
Tints of Fuchsia #B14EBD
RGB
CMYK
RGB Variations
Color information
#B14EBD (or 0xB14EBD) is known color: Fuchsia. HEX triplet: B1, 4E and BD. RGB value is (177,78,189). Sum of RGB (Red+Green+Blue) = 177+78+189=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #B14EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EBD is #4EB142. Grayscale: #777777. Windows color (decimal): -5157187 or 12406449. OLE color: 12406449.
HSL color Cylindrical-coordinate representation of color #B14EBD: hue angle of 293.51º 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 #B14EBD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 78 | 189 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.26 |
| HSL | 293.51º | 0.46% | 0.52% | - |
| HSV(B) | 293.51º | 0.59% | 0.74% | - |
| XYZ | 30.04 | 18.47 | 50.13 | - |
| YUV | 120.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 189 | 0.06 | 0.59 | 0 | 0.26 | 293.51 | 0.46 | 0.52 |
| Hex | B1 | 4E | BD | 6 | 3B | 0 | 1A | 126 | 2E | 34 |
| Octal | 261 | 116 | 275 | 6 | 73 | 0 | 32 | 446 | 56 | 64 |
| Binary | 10110001 | 1001110 | 10111101 | 110 | 111011 | 0 | 11010 | 100100110 | 101110 | 110100 |
Color Harmonies of #B14EBD
Complementary color
Monochromatic Colors of #B14EBD
Black with #B14EBD
Text Example
Text Example
White with #B14EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EBD; }
p { color: rgb(177,78,189); }
H1.HeaderClassName
{
color: #B14EBD;
}
.AnyTagClassName
{
color: #B14EBD;
}
</style>
background-color css
<style>
a { background-color: #B14EBD; }
a { background-color: rgb(177,78,189); }
div.DivClassName
{
background-color: #B14EBD;
}
.BgClassName
{
background-color: #B14EBD;
}
</style>
border-color css
<style>
span { border-color: #B14EBD; }
span { border-color: rgb(177,78,189); }
td.TdClassName
{
border-color: #B14EBD;
}
.TagClassName
{
border-color: #B14EBD;
}
</style>