Shades of Fuchsia #B354B5
Tints of Fuchsia #B354B5
RGB
CMYK
RGB Variations
Color information
#B354B5 (or 0xB354B5) is known color: Fuchsia. HEX triplet: B3, 54 and B5. RGB value is (179,84,181). Sum of RGB (Red+Green+Blue) = 179+84+181=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 181 - color contains mainly: blue. Hex color #B354B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354B5 is #4CAB4A. Grayscale: #7B7B7B. Windows color (decimal): -5024587 or 11883699. OLE color: 11883699.
HSL color Cylindrical-coordinate representation of color #B354B5: hue angle of 298.76º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B354B5 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 84 | 181 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.29 |
| HSL | 298.76º | 0.4% | 0.52% | - |
| HSV(B) | 298.76º | 0.54% | 0.71% | - |
| XYZ | 30.1 | 19.26 | 45.85 | - |
| YUV | 123.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 181 | 0.01 | 0.54 | 0 | 0.29 | 298.76 | 0.4 | 0.52 |
| Hex | B3 | 54 | B5 | 1 | 36 | 0 | 1D | 12B | 28 | 34 |
| Octal | 263 | 124 | 265 | 1 | 66 | 0 | 35 | 453 | 50 | 64 |
| Binary | 10110011 | 1010100 | 10110101 | 1 | 110110 | 0 | 11101 | 100101011 | 101000 | 110100 |
Color Harmonies of #B354B5
Complementary color
Monochromatic Colors of #B354B5
Black with #B354B5
Text Example
Text Example
White with #B354B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354B5; }
p { color: rgb(179,84,181); }
H1.HeaderClassName
{
color: #B354B5;
}
.AnyTagClassName
{
color: #B354B5;
}
</style>
background-color css
<style>
a { background-color: #B354B5; }
a { background-color: rgb(179,84,181); }
div.DivClassName
{
background-color: #B354B5;
}
.BgClassName
{
background-color: #B354B5;
}
</style>
border-color css
<style>
span { border-color: #B354B5; }
span { border-color: rgb(179,84,181); }
td.TdClassName
{
border-color: #B354B5;
}
.TagClassName
{
border-color: #B354B5;
}
</style>