Shades of Fuchsia #B354BA
Tints of Fuchsia #B354BA
RGB
CMYK
RGB Variations
Color information
#B354BA (or 0xB354BA) is known color: Fuchsia. HEX triplet: B3, 54 and BA. RGB value is (179,84,186). Sum of RGB (Red+Green+Blue) = 179+84+186=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B354BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354BA is #4CAB45. Grayscale: #7B7B7B. Windows color (decimal): -5024582 or 12211379. OLE color: 12211379.
HSL color Cylindrical-coordinate representation of color #B354BA: hue angle of 295.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B354BA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 84 | 186 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.27 |
| HSL | 295.88º | 0.43% | 0.53% | - |
| HSV(B) | 295.88º | 0.55% | 0.73% | - |
| XYZ | 30.62 | 19.47 | 48.6 | - |
| YUV | 124.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 186 | 0.04 | 0.55 | 0 | 0.27 | 295.88 | 0.43 | 0.53 |
| Hex | B3 | 54 | BA | 4 | 37 | 0 | 1B | 128 | 2A | 35 |
| Octal | 263 | 124 | 272 | 4 | 67 | 0 | 33 | 450 | 52 | 65 |
| Binary | 10110011 | 1010100 | 10111010 | 100 | 110111 | 0 | 11011 | 100101000 | 101010 | 110101 |
Color Harmonies of #B354BA
Complementary color
Monochromatic Colors of #B354BA
Black with #B354BA
Text Example
Text Example
White with #B354BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354BA; }
p { color: rgb(179,84,186); }
H1.HeaderClassName
{
color: #B354BA;
}
.AnyTagClassName
{
color: #B354BA;
}
</style>
background-color css
<style>
a { background-color: #B354BA; }
a { background-color: rgb(179,84,186); }
div.DivClassName
{
background-color: #B354BA;
}
.BgClassName
{
background-color: #B354BA;
}
</style>
border-color css
<style>
span { border-color: #B354BA; }
span { border-color: rgb(179,84,186); }
td.TdClassName
{
border-color: #B354BA;
}
.TagClassName
{
border-color: #B354BA;
}
</style>