Shades of Fuchsia #B141BC
Tints of Fuchsia #B141BC
RGB
CMYK
RGB Variations
Color information
#B141BC (or 0xB141BC) is known color: Fuchsia. HEX triplet: B1, 41 and BC. RGB value is (177,65,188). Sum of RGB (Red+Green+Blue) = 177+65+188=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #B141BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141BC is #4EBE43. Grayscale: #707070. Windows color (decimal): -5160516 or 12337585. OLE color: 12337585.
HSL color Cylindrical-coordinate representation of color #B141BC: hue angle of 294.63º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B141BC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 65 | 188 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.26 |
| HSL | 294.63º | 0.49% | 0.5% | - |
| HSV(B) | 294.63º | 0.65% | 0.74% | - |
| XYZ | 29.1 | 16.76 | 49.28 | - |
| YUV | 112.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 188 | 0.06 | 0.65 | 0 | 0.26 | 294.63 | 0.49 | 0.5 |
| Hex | B1 | 41 | BC | 6 | 41 | 0 | 1A | 127 | 31 | 32 |
| Octal | 261 | 101 | 274 | 6 | 101 | 0 | 32 | 447 | 61 | 62 |
| Binary | 10110001 | 1000001 | 10111100 | 110 | 1000001 | 0 | 11010 | 100100111 | 110001 | 110010 |
Color Harmonies of #B141BC
Complementary color
Monochromatic Colors of #B141BC
Black with #B141BC
Text Example
Text Example
White with #B141BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141BC; }
p { color: rgb(177,65,188); }
H1.HeaderClassName
{
color: #B141BC;
}
.AnyTagClassName
{
color: #B141BC;
}
</style>
background-color css
<style>
a { background-color: #B141BC; }
a { background-color: rgb(177,65,188); }
div.DivClassName
{
background-color: #B141BC;
}
.BgClassName
{
background-color: #B141BC;
}
</style>
border-color css
<style>
span { border-color: #B141BC; }
span { border-color: rgb(177,65,188); }
td.TdClassName
{
border-color: #B141BC;
}
.TagClassName
{
border-color: #B141BC;
}
</style>