Shades of Fuchsia #B14CBD
Tints of Fuchsia #B14CBD
RGB
CMYK
RGB Variations
Color information
#B14CBD (or 0xB14CBD) is known color: Fuchsia. HEX triplet: B1, 4C and BD. RGB value is (177,76,189). Sum of RGB (Red+Green+Blue) = 177+76+189=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #B14CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CBD is #4EB342. Grayscale: #767676. Windows color (decimal): -5157699 or 12405937. OLE color: 12405937.
HSL color Cylindrical-coordinate representation of color #B14CBD: hue angle of 293.63º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14CBD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 76 | 189 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.26 |
| HSL | 293.63º | 0.46% | 0.52% | - |
| HSV(B) | 293.63º | 0.6% | 0.74% | - |
| XYZ | 29.9 | 18.19 | 50.08 | - |
| YUV | 119.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 189 | 0.06 | 0.60 | 0 | 0.26 | 293.63 | 0.46 | 0.52 |
| Hex | B1 | 4C | BD | 6 | 3C | 0 | 1A | 126 | 2E | 34 |
| Octal | 261 | 114 | 275 | 6 | 74 | 0 | 32 | 446 | 56 | 64 |
| Binary | 10110001 | 1001100 | 10111101 | 110 | 111100 | 0 | 11010 | 100100110 | 101110 | 110100 |
Color Harmonies of #B14CBD
Complementary color
Monochromatic Colors of #B14CBD
Black with #B14CBD
Text Example
Text Example
White with #B14CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CBD; }
p { color: rgb(177,76,189); }
H1.HeaderClassName
{
color: #B14CBD;
}
.AnyTagClassName
{
color: #B14CBD;
}
</style>
background-color css
<style>
a { background-color: #B14CBD; }
a { background-color: rgb(177,76,189); }
div.DivClassName
{
background-color: #B14CBD;
}
.BgClassName
{
background-color: #B14CBD;
}
</style>
border-color css
<style>
span { border-color: #B14CBD; }
span { border-color: rgb(177,76,189); }
td.TdClassName
{
border-color: #B14CBD;
}
.TagClassName
{
border-color: #B14CBD;
}
</style>