Shades of Fuchsia #B147C0
Tints of Fuchsia #B147C0
RGB
CMYK
RGB Variations
Color information
#B147C0 (or 0xB147C0) is known color: Fuchsia. HEX triplet: B1, 47 and C0. RGB value is (177,71,192). Sum of RGB (Red+Green+Blue) = 177+71+192=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #B147C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147C0 is #4EB83F. Grayscale: #747474. Windows color (decimal): -5158976 or 12601265. OLE color: 12601265.
HSL color Cylindrical-coordinate representation of color #B147C0: hue angle of 292.56º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B147C0 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 71 | 192 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.25 |
| HSL | 292.56º | 0.49% | 0.52% | - |
| HSV(B) | 292.56º | 0.63% | 0.75% | - |
| XYZ | 29.9 | 17.66 | 51.7 | - |
| YUV | 116.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 192 | 0.08 | 0.63 | 0 | 0.25 | 292.56 | 0.49 | 0.52 |
| Hex | B1 | 47 | C0 | 8 | 3F | 0 | 19 | 125 | 31 | 34 |
| Octal | 261 | 107 | 300 | 10 | 77 | 0 | 31 | 445 | 61 | 64 |
| Binary | 10110001 | 1000111 | 11000000 | 1000 | 111111 | 0 | 11001 | 100100101 | 110001 | 110100 |
Color Harmonies of #B147C0
Complementary color
Monochromatic Colors of #B147C0
Black with #B147C0
Text Example
Text Example
White with #B147C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B147C0; }
p { color: rgb(177,71,192); }
H1.HeaderClassName
{
color: #B147C0;
}
.AnyTagClassName
{
color: #B147C0;
}
</style>
background-color css
<style>
a { background-color: #B147C0; }
a { background-color: rgb(177,71,192); }
div.DivClassName
{
background-color: #B147C0;
}
.BgClassName
{
background-color: #B147C0;
}
</style>
border-color css
<style>
span { border-color: #B147C0; }
span { border-color: rgb(177,71,192); }
td.TdClassName
{
border-color: #B147C0;
}
.TagClassName
{
border-color: #B147C0;
}
</style>