Shades of Fuchsia #B355BC
Tints of Fuchsia #B355BC
RGB
CMYK
RGB Variations
Color information
#B355BC (or 0xB355BC) is known color: Fuchsia. HEX triplet: B3, 55 and BC. RGB value is (179,85,188). Sum of RGB (Red+Green+Blue) = 179+85+188=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #B355BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355BC is #4CAA43. Grayscale: #7C7C7C. Windows color (decimal): -5024324 or 12342707. OLE color: 12342707.
HSL color Cylindrical-coordinate representation of color #B355BC: hue angle of 294.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B355BC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 85 | 188 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.26 |
| HSL | 294.76º | 0.43% | 0.54% | - |
| HSV(B) | 294.76º | 0.55% | 0.74% | - |
| XYZ | 30.92 | 19.71 | 49.75 | - |
| YUV | 124.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 188 | 0.05 | 0.55 | 0 | 0.26 | 294.76 | 0.43 | 0.54 |
| Hex | B3 | 55 | BC | 5 | 37 | 0 | 1A | 127 | 2B | 36 |
| Octal | 263 | 125 | 274 | 5 | 67 | 0 | 32 | 447 | 53 | 66 |
| Binary | 10110011 | 1010101 | 10111100 | 101 | 110111 | 0 | 11010 | 100100111 | 101011 | 110110 |
Color Harmonies of #B355BC
Complementary color
Monochromatic Colors of #B355BC
Black with #B355BC
Text Example
Text Example
White with #B355BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355BC; }
p { color: rgb(179,85,188); }
H1.HeaderClassName
{
color: #B355BC;
}
.AnyTagClassName
{
color: #B355BC;
}
</style>
background-color css
<style>
a { background-color: #B355BC; }
a { background-color: rgb(179,85,188); }
div.DivClassName
{
background-color: #B355BC;
}
.BgClassName
{
background-color: #B355BC;
}
</style>
border-color css
<style>
span { border-color: #B355BC; }
span { border-color: rgb(179,85,188); }
td.TdClassName
{
border-color: #B355BC;
}
.TagClassName
{
border-color: #B355BC;
}
</style>