Shades of Fuchsia #B14DAC
Tints of Fuchsia #B14DAC
RGB
CMYK
RGB Variations
Color information
#B14DAC (or 0xB14DAC) is known color: Fuchsia. HEX triplet: B1, 4D and AC. RGB value is (177,77,172). Sum of RGB (Red+Green+Blue) = 177+77+172=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DAC is #4EB253. Grayscale: #757575. Windows color (decimal): -5157460 or 11292081. OLE color: 11292081.
HSL color Cylindrical-coordinate representation of color #B14DAC: hue angle of 303º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14DAC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 172 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.31 |
| HSL | 303º | 0.39% | 0.5% | - |
| HSV(B) | 303º | 0.56% | 0.69% | - |
| XYZ | 28.23 | 17.63 | 40.95 | - |
| YUV | 117.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 172 | 0 | 0.56 | 0.03 | 0.31 | 303 | 0.39 | 0.5 |
| Hex | B1 | 4D | AC | 0 | 38 | 3 | 1F | 12F | 27 | 32 |
| Octal | 261 | 115 | 254 | 0 | 70 | 3 | 37 | 457 | 47 | 62 |
| Binary | 10110001 | 1001101 | 10101100 | 0 | 111000 | 11 | 11111 | 100101111 | 100111 | 110010 |
Color Harmonies of #B14DAC
Complementary color
Monochromatic Colors of #B14DAC
Black with #B14DAC
Text Example
Text Example
White with #B14DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DAC; }
p { color: rgb(177,77,172); }
H1.HeaderClassName
{
color: #B14DAC;
}
.AnyTagClassName
{
color: #B14DAC;
}
</style>
background-color css
<style>
a { background-color: #B14DAC; }
a { background-color: rgb(177,77,172); }
div.DivClassName
{
background-color: #B14DAC;
}
.BgClassName
{
background-color: #B14DAC;
}
</style>
border-color css
<style>
span { border-color: #B14DAC; }
span { border-color: rgb(177,77,172); }
td.TdClassName
{
border-color: #B14DAC;
}
.TagClassName
{
border-color: #B14DAC;
}
</style>