Shades of Fuchsia #B14BB7
Tints of Fuchsia #B14BB7
RGB
CMYK
RGB Variations
Color information
#B14BB7 (or 0xB14BB7) is known color: Fuchsia. HEX triplet: B1, 4B and B7. RGB value is (177,75,183). Sum of RGB (Red+Green+Blue) = 177+75+183=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #B14BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BB7 is #4EB448. Grayscale: #757575. Windows color (decimal): -5157961 or 12012465. OLE color: 12012465.
HSL color Cylindrical-coordinate representation of color #B14BB7: hue angle of 296.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14BB7 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 75 | 183 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.28 |
| HSL | 296.67º | 0.43% | 0.51% | - |
| HSV(B) | 296.67º | 0.59% | 0.72% | - |
| XYZ | 29.19 | 17.8 | 46.7 | - |
| YUV | 117.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 183 | 0.03 | 0.59 | 0 | 0.28 | 296.67 | 0.43 | 0.51 |
| Hex | B1 | 4B | B7 | 3 | 3B | 0 | 1C | 129 | 2B | 33 |
| Octal | 261 | 113 | 267 | 3 | 73 | 0 | 34 | 451 | 53 | 63 |
| Binary | 10110001 | 1001011 | 10110111 | 11 | 111011 | 0 | 11100 | 100101001 | 101011 | 110011 |
Color Harmonies of #B14BB7
Complementary color
Monochromatic Colors of #B14BB7
Black with #B14BB7
Text Example
Text Example
White with #B14BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BB7; }
p { color: rgb(177,75,183); }
H1.HeaderClassName
{
color: #B14BB7;
}
.AnyTagClassName
{
color: #B14BB7;
}
</style>
background-color css
<style>
a { background-color: #B14BB7; }
a { background-color: rgb(177,75,183); }
div.DivClassName
{
background-color: #B14BB7;
}
.BgClassName
{
background-color: #B14BB7;
}
</style>
border-color css
<style>
span { border-color: #B14BB7; }
span { border-color: rgb(177,75,183); }
td.TdClassName
{
border-color: #B14BB7;
}
.TagClassName
{
border-color: #B14BB7;
}
</style>