Shades of Fuchsia #B353C0
Tints of Fuchsia #B353C0
RGB
CMYK
RGB Variations
Color information
#B353C0 (or 0xB353C0) is known color: Fuchsia. HEX triplet: B3, 53 and C0. RGB value is (179,83,192). Sum of RGB (Red+Green+Blue) = 179+83+192=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B353C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353C0 is #4CAC3F. Grayscale: #7B7B7B. Windows color (decimal): -5024832 or 12604339. OLE color: 12604339.
HSL color Cylindrical-coordinate representation of color #B353C0: hue angle of 292.84º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B353C0 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 83 | 192 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.25 |
| HSL | 292.84º | 0.46% | 0.54% | - |
| HSV(B) | 292.84º | 0.57% | 0.75% | - |
| XYZ | 31.2 | 19.58 | 52 | - |
| YUV | 124.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 192 | 0.07 | 0.57 | 0 | 0.25 | 292.84 | 0.46 | 0.54 |
| Hex | B3 | 53 | C0 | 7 | 39 | 0 | 19 | 125 | 2E | 36 |
| Octal | 263 | 123 | 300 | 7 | 71 | 0 | 31 | 445 | 56 | 66 |
| Binary | 10110011 | 1010011 | 11000000 | 111 | 111001 | 0 | 11001 | 100100101 | 101110 | 110110 |
Color Harmonies of #B353C0
Complementary color
Monochromatic Colors of #B353C0
Black with #B353C0
Text Example
Text Example
White with #B353C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353C0; }
p { color: rgb(179,83,192); }
H1.HeaderClassName
{
color: #B353C0;
}
.AnyTagClassName
{
color: #B353C0;
}
</style>
background-color css
<style>
a { background-color: #B353C0; }
a { background-color: rgb(179,83,192); }
div.DivClassName
{
background-color: #B353C0;
}
.BgClassName
{
background-color: #B353C0;
}
</style>
border-color css
<style>
span { border-color: #B353C0; }
span { border-color: rgb(179,83,192); }
td.TdClassName
{
border-color: #B353C0;
}
.TagClassName
{
border-color: #B353C0;
}
</style>