Shades of Fuchsia #B353BC
Tints of Fuchsia #B353BC
RGB
CMYK
RGB Variations
Color information
#B353BC (or 0xB353BC) is known color: Fuchsia. HEX triplet: B3, 53 and BC. RGB value is (179,83,188). Sum of RGB (Red+Green+Blue) = 179+83+188=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #B353BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353BC is #4CAC43. Grayscale: #7B7B7B. Windows color (decimal): -5024836 or 12342195. OLE color: 12342195.
HSL color Cylindrical-coordinate representation of color #B353BC: hue angle of 294.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B353BC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 83 | 188 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.26 |
| HSL | 294.86º | 0.44% | 0.53% | - |
| HSV(B) | 294.86º | 0.56% | 0.74% | - |
| XYZ | 30.76 | 19.4 | 49.7 | - |
| YUV | 123.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 188 | 0.05 | 0.56 | 0 | 0.26 | 294.86 | 0.44 | 0.53 |
| Hex | B3 | 53 | BC | 5 | 38 | 0 | 1A | 127 | 2C | 35 |
| Octal | 263 | 123 | 274 | 5 | 70 | 0 | 32 | 447 | 54 | 65 |
| Binary | 10110011 | 1010011 | 10111100 | 101 | 111000 | 0 | 11010 | 100100111 | 101100 | 110101 |
Color Harmonies of #B353BC
Complementary color
Monochromatic Colors of #B353BC
Black with #B353BC
Text Example
Text Example
White with #B353BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353BC; }
p { color: rgb(179,83,188); }
H1.HeaderClassName
{
color: #B353BC;
}
.AnyTagClassName
{
color: #B353BC;
}
</style>
background-color css
<style>
a { background-color: #B353BC; }
a { background-color: rgb(179,83,188); }
div.DivClassName
{
background-color: #B353BC;
}
.BgClassName
{
background-color: #B353BC;
}
</style>
border-color css
<style>
span { border-color: #B353BC; }
span { border-color: rgb(179,83,188); }
td.TdClassName
{
border-color: #B353BC;
}
.TagClassName
{
border-color: #B353BC;
}
</style>