Shades of Fuchsia #B141C2
Tints of Fuchsia #B141C2
RGB
CMYK
RGB Variations
Color information
#B141C2 (or 0xB141C2) is known color: Fuchsia. HEX triplet: B1, 41 and C2. RGB value is (177,65,194). Sum of RGB (Red+Green+Blue) = 177+65+194=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #B141C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141C2 is #4EBE3D. Grayscale: #707070. Windows color (decimal): -5160510 or 12730801. OLE color: 12730801.
HSL color Cylindrical-coordinate representation of color #B141C2: hue angle of 292.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B141C2 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 65 | 194 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.24 |
| HSL | 292.09º | 0.51% | 0.51% | - |
| HSV(B) | 292.09º | 0.66% | 0.76% | - |
| XYZ | 29.76 | 17.02 | 52.76 | - |
| YUV | 113.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 194 | 0.09 | 0.66 | 0 | 0.24 | 292.09 | 0.51 | 0.51 |
| Hex | B1 | 41 | C2 | 9 | 42 | 0 | 18 | 124 | 33 | 33 |
| Octal | 261 | 101 | 302 | 11 | 102 | 0 | 30 | 444 | 63 | 63 |
| Binary | 10110001 | 1000001 | 11000010 | 1001 | 1000010 | 0 | 11000 | 100100100 | 110011 | 110011 |
Color Harmonies of #B141C2
Complementary color
Monochromatic Colors of #B141C2
Black with #B141C2
Text Example
Text Example
White with #B141C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141C2; }
p { color: rgb(177,65,194); }
H1.HeaderClassName
{
color: #B141C2;
}
.AnyTagClassName
{
color: #B141C2;
}
</style>
background-color css
<style>
a { background-color: #B141C2; }
a { background-color: rgb(177,65,194); }
div.DivClassName
{
background-color: #B141C2;
}
.BgClassName
{
background-color: #B141C2;
}
</style>
border-color css
<style>
span { border-color: #B141C2; }
span { border-color: rgb(177,65,194); }
td.TdClassName
{
border-color: #B141C2;
}
.TagClassName
{
border-color: #B141C2;
}
</style>