Shades of Fuchsia #B14DBE
Tints of Fuchsia #B14DBE
RGB
CMYK
RGB Variations
Color information
#B14DBE (or 0xB14DBE) is known color: Fuchsia. HEX triplet: B1, 4D and BE. RGB value is (177,77,190). Sum of RGB (Red+Green+Blue) = 177+77+190=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #B14DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DBE is #4EB241. Grayscale: #777777. Windows color (decimal): -5157442 or 12471729. OLE color: 12471729.
HSL color Cylindrical-coordinate representation of color #B14DBE: hue angle of 293.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14DBE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 77 | 190 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.25 |
| HSL | 293.1º | 0.47% | 0.52% | - |
| HSV(B) | 293.1º | 0.59% | 0.75% | - |
| XYZ | 30.08 | 18.37 | 50.68 | - |
| YUV | 119.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 190 | 0.07 | 0.59 | 0 | 0.25 | 293.1 | 0.47 | 0.52 |
| Hex | B1 | 4D | BE | 7 | 3B | 0 | 19 | 125 | 2F | 34 |
| Octal | 261 | 115 | 276 | 7 | 73 | 0 | 31 | 445 | 57 | 64 |
| Binary | 10110001 | 1001101 | 10111110 | 111 | 111011 | 0 | 11001 | 100100101 | 101111 | 110100 |
Color Harmonies of #B14DBE
Complementary color
Monochromatic Colors of #B14DBE
Black with #B14DBE
Text Example
Text Example
White with #B14DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DBE; }
p { color: rgb(177,77,190); }
H1.HeaderClassName
{
color: #B14DBE;
}
.AnyTagClassName
{
color: #B14DBE;
}
</style>
background-color css
<style>
a { background-color: #B14DBE; }
a { background-color: rgb(177,77,190); }
div.DivClassName
{
background-color: #B14DBE;
}
.BgClassName
{
background-color: #B14DBE;
}
</style>
border-color css
<style>
span { border-color: #B14DBE; }
span { border-color: rgb(177,77,190); }
td.TdClassName
{
border-color: #B14DBE;
}
.TagClassName
{
border-color: #B14DBE;
}
</style>