Shades of Fuchsia #B353B0
Tints of Fuchsia #B353B0
RGB
CMYK
RGB Variations
Color information
#B353B0 (or 0xB353B0) is known color: Fuchsia. HEX triplet: B3, 53 and B0. RGB value is (179,83,176). Sum of RGB (Red+Green+Blue) = 179+83+176=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B353B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353B0 is #4CAC4F. Grayscale: #7A7A7A. Windows color (decimal): -5024848 or 11555763. OLE color: 11555763.
HSL color Cylindrical-coordinate representation of color #B353B0: hue angle of 301.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B353B0 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 176 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.30 |
| HSL | 301.88º | 0.39% | 0.51% | - |
| HSV(B) | 301.88º | 0.54% | 0.7% | - |
| XYZ | 29.52 | 18.9 | 43.17 | - |
| YUV | 122.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 176 | 0 | 0.54 | 0.02 | 0.30 | 301.88 | 0.39 | 0.51 |
| Hex | B3 | 53 | B0 | 0 | 36 | 2 | 1E | 12E | 27 | 33 |
| Octal | 263 | 123 | 260 | 0 | 66 | 2 | 36 | 456 | 47 | 63 |
| Binary | 10110011 | 1010011 | 10110000 | 0 | 110110 | 10 | 11110 | 100101110 | 100111 | 110011 |
Color Harmonies of #B353B0
Complementary color
Monochromatic Colors of #B353B0
Black with #B353B0
Text Example
Text Example
White with #B353B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353B0; }
p { color: rgb(179,83,176); }
H1.HeaderClassName
{
color: #B353B0;
}
.AnyTagClassName
{
color: #B353B0;
}
</style>
background-color css
<style>
a { background-color: #B353B0; }
a { background-color: rgb(179,83,176); }
div.DivClassName
{
background-color: #B353B0;
}
.BgClassName
{
background-color: #B353B0;
}
</style>
border-color css
<style>
span { border-color: #B353B0; }
span { border-color: rgb(179,83,176); }
td.TdClassName
{
border-color: #B353B0;
}
.TagClassName
{
border-color: #B353B0;
}
</style>