Shades of Fuchsia #B14BBD
Tints of Fuchsia #B14BBD
RGB
CMYK
RGB Variations
Color information
#B14BBD (or 0xB14BBD) is known color: Fuchsia. HEX triplet: B1, 4B and BD. RGB value is (177,75,189). Sum of RGB (Red+Green+Blue) = 177+75+189=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B14BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BBD is #4EB442. Grayscale: #767676. Windows color (decimal): -5157955 or 12405681. OLE color: 12405681.
HSL color Cylindrical-coordinate representation of color #B14BBD: hue angle of 293.68º 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 #B14BBD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 75 | 189 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.26 |
| HSL | 293.68º | 0.46% | 0.52% | - |
| HSV(B) | 293.68º | 0.6% | 0.74% | - |
| XYZ | 29.83 | 18.05 | 50.06 | - |
| YUV | 118.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 189 | 0.06 | 0.60 | 0 | 0.26 | 293.68 | 0.46 | 0.52 |
| Hex | B1 | 4B | BD | 6 | 3C | 0 | 1A | 126 | 2E | 34 |
| Octal | 261 | 113 | 275 | 6 | 74 | 0 | 32 | 446 | 56 | 64 |
| Binary | 10110001 | 1001011 | 10111101 | 110 | 111100 | 0 | 11010 | 100100110 | 101110 | 110100 |
Color Harmonies of #B14BBD
Complementary color
Monochromatic Colors of #B14BBD
Black with #B14BBD
Text Example
Text Example
White with #B14BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BBD; }
p { color: rgb(177,75,189); }
H1.HeaderClassName
{
color: #B14BBD;
}
.AnyTagClassName
{
color: #B14BBD;
}
</style>
background-color css
<style>
a { background-color: #B14BBD; }
a { background-color: rgb(177,75,189); }
div.DivClassName
{
background-color: #B14BBD;
}
.BgClassName
{
background-color: #B14BBD;
}
</style>
border-color css
<style>
span { border-color: #B14BBD; }
span { border-color: rgb(177,75,189); }
td.TdClassName
{
border-color: #B14BBD;
}
.TagClassName
{
border-color: #B14BBD;
}
</style>