Shades of Fuchsia #B350BA
Tints of Fuchsia #B350BA
RGB
CMYK
RGB Variations
Color information
#B350BA (or 0xB350BA) is known color: Fuchsia. HEX triplet: B3, 50 and BA. RGB value is (179,80,186). Sum of RGB (Red+Green+Blue) = 179+80+186=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B350BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350BA is #4CAF45. Grayscale: #797979. Windows color (decimal): -5025606 or 12210355. OLE color: 12210355.
HSL color Cylindrical-coordinate representation of color #B350BA: hue angle of 296.04º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B350BA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 80 | 186 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.27 |
| HSL | 296.04º | 0.43% | 0.52% | - |
| HSV(B) | 296.04º | 0.57% | 0.73% | - |
| XYZ | 30.32 | 18.87 | 48.5 | - |
| YUV | 121.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 186 | 0.04 | 0.57 | 0 | 0.27 | 296.04 | 0.43 | 0.52 |
| Hex | B3 | 50 | BA | 4 | 39 | 0 | 1B | 128 | 2B | 34 |
| Octal | 263 | 120 | 272 | 4 | 71 | 0 | 33 | 450 | 53 | 64 |
| Binary | 10110011 | 1010000 | 10111010 | 100 | 111001 | 0 | 11011 | 100101000 | 101011 | 110100 |
Color Harmonies of #B350BA
Complementary color
Monochromatic Colors of #B350BA
Black with #B350BA
Text Example
Text Example
White with #B350BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350BA; }
p { color: rgb(179,80,186); }
H1.HeaderClassName
{
color: #B350BA;
}
.AnyTagClassName
{
color: #B350BA;
}
</style>
background-color css
<style>
a { background-color: #B350BA; }
a { background-color: rgb(179,80,186); }
div.DivClassName
{
background-color: #B350BA;
}
.BgClassName
{
background-color: #B350BA;
}
</style>
border-color css
<style>
span { border-color: #B350BA; }
span { border-color: rgb(179,80,186); }
td.TdClassName
{
border-color: #B350BA;
}
.TagClassName
{
border-color: #B350BA;
}
</style>