Shades of Fuchsia #B150C1
Tints of Fuchsia #B150C1
RGB
CMYK
RGB Variations
Color information
#B150C1 (or 0xB150C1) is known color: Fuchsia. HEX triplet: B1, 50 and C1. RGB value is (177,80,193). Sum of RGB (Red+Green+Blue) = 177+80+193=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #B150C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150C1 is #4EAF3E. Grayscale: #797979. Windows color (decimal): -5156671 or 12669105. OLE color: 12669105.
HSL color Cylindrical-coordinate representation of color #B150C1: hue angle of 291.5º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B150C1 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 80 | 193 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.24 |
| HSL | 291.5º | 0.48% | 0.54% | - |
| HSV(B) | 291.5º | 0.59% | 0.76% | - |
| XYZ | 30.63 | 18.93 | 52.49 | - |
| YUV | 121.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 193 | 0.08 | 0.59 | 0 | 0.24 | 291.5 | 0.48 | 0.54 |
| Hex | B1 | 50 | C1 | 8 | 3B | 0 | 18 | 124 | 30 | 36 |
| Octal | 261 | 120 | 301 | 10 | 73 | 0 | 30 | 444 | 60 | 66 |
| Binary | 10110001 | 1010000 | 11000001 | 1000 | 111011 | 0 | 11000 | 100100100 | 110000 | 110110 |
Color Harmonies of #B150C1
Complementary color
Monochromatic Colors of #B150C1
Black with #B150C1
Text Example
Text Example
White with #B150C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150C1; }
p { color: rgb(177,80,193); }
H1.HeaderClassName
{
color: #B150C1;
}
.AnyTagClassName
{
color: #B150C1;
}
</style>
background-color css
<style>
a { background-color: #B150C1; }
a { background-color: rgb(177,80,193); }
div.DivClassName
{
background-color: #B150C1;
}
.BgClassName
{
background-color: #B150C1;
}
</style>
border-color css
<style>
span { border-color: #B150C1; }
span { border-color: rgb(177,80,193); }
td.TdClassName
{
border-color: #B150C1;
}
.TagClassName
{
border-color: #B150C1;
}
</style>