Shades of Fuchsia #B14BB1
Tints of Fuchsia #B14BB1
RGB
CMYK
RGB Variations
Color information
#B14BB1 (or 0xB14BB1) is known color: Fuchsia. HEX triplet: B1, 4B and B1. RGB value is (177,75,177). Sum of RGB (Red+Green+Blue) = 177+75+177=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B14BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14BB1 is #4EB44E. Grayscale: #747474. Windows color (decimal): -5157967 or 11619249. OLE color: 11619249.
HSL color Cylindrical-coordinate representation of color #B14BB1: hue angle of 300º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14BB1 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 177 | - |
| CMYK | 0 | 0.58 | 0 | 0.31 |
| HSL | 300º | 0.4% | 0.49% | - |
| HSV(B) | 300º | 0.58% | 0.69% | - |
| XYZ | 28.58 | 17.55 | 43.48 | - |
| YUV | 117.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 177 | 0 | 0.58 | 0 | 0.31 | 300 | 0.4 | 0.49 |
| Hex | B1 | 4B | B1 | 0 | 3A | 0 | 1F | 12C | 28 | 31 |
| Octal | 261 | 113 | 261 | 0 | 72 | 0 | 37 | 454 | 50 | 61 |
| Binary | 10110001 | 1001011 | 10110001 | 0 | 111010 | 0 | 11111 | 100101100 | 101000 | 110001 |
Color Harmonies of #B14BB1
Complementary color
Monochromatic Colors of #B14BB1
Black with #B14BB1
Text Example
Text Example
White with #B14BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BB1; }
p { color: rgb(177,75,177); }
H1.HeaderClassName
{
color: #B14BB1;
}
.AnyTagClassName
{
color: #B14BB1;
}
</style>
background-color css
<style>
a { background-color: #B14BB1; }
a { background-color: rgb(177,75,177); }
div.DivClassName
{
background-color: #B14BB1;
}
.BgClassName
{
background-color: #B14BB1;
}
</style>
border-color css
<style>
span { border-color: #B14BB1; }
span { border-color: rgb(177,75,177); }
td.TdClassName
{
border-color: #B14BB1;
}
.TagClassName
{
border-color: #B14BB1;
}
</style>