Shades of Fuchsia #B14CBE
Tints of Fuchsia #B14CBE
RGB
CMYK
RGB Variations
Color information
#B14CBE (or 0xB14CBE) is known color: Fuchsia. HEX triplet: B1, 4C and BE. RGB value is (177,76,190). Sum of RGB (Red+Green+Blue) = 177+76+190=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #B14CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CBE is #4EB341. Grayscale: #767676. Windows color (decimal): -5157698 or 12471473. OLE color: 12471473.
HSL color Cylindrical-coordinate representation of color #B14CBE: hue angle of 293.16º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14CBE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 76 | 190 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.25 |
| HSL | 293.16º | 0.47% | 0.52% | - |
| HSV(B) | 293.16º | 0.6% | 0.75% | - |
| XYZ | 30.01 | 18.23 | 50.65 | - |
| YUV | 119.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 190 | 0.07 | 0.60 | 0 | 0.25 | 293.16 | 0.47 | 0.52 |
| Hex | B1 | 4C | BE | 7 | 3C | 0 | 19 | 125 | 2F | 34 |
| Octal | 261 | 114 | 276 | 7 | 74 | 0 | 31 | 445 | 57 | 64 |
| Binary | 10110001 | 1001100 | 10111110 | 111 | 111100 | 0 | 11001 | 100100101 | 101111 | 110100 |
Color Harmonies of #B14CBE
Complementary color
Monochromatic Colors of #B14CBE
Black with #B14CBE
Text Example
Text Example
White with #B14CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CBE; }
p { color: rgb(177,76,190); }
H1.HeaderClassName
{
color: #B14CBE;
}
.AnyTagClassName
{
color: #B14CBE;
}
</style>
background-color css
<style>
a { background-color: #B14CBE; }
a { background-color: rgb(177,76,190); }
div.DivClassName
{
background-color: #B14CBE;
}
.BgClassName
{
background-color: #B14CBE;
}
</style>
border-color css
<style>
span { border-color: #B14CBE; }
span { border-color: rgb(177,76,190); }
td.TdClassName
{
border-color: #B14CBE;
}
.TagClassName
{
border-color: #B14CBE;
}
</style>