Shades of Fuchsia #B358BB
Tints of Fuchsia #B358BB
RGB
CMYK
RGB Variations
Color information
#B358BB (or 0xB358BB) is known color: Fuchsia. HEX triplet: B3, 58 and BB. RGB value is (179,88,187). Sum of RGB (Red+Green+Blue) = 179+88+187=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B358BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358BB is #4CA744. Grayscale: #7E7E7E. Windows color (decimal): -5023557 or 12277939. OLE color: 12277939.
HSL color Cylindrical-coordinate representation of color #B358BB: hue angle of 295.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B358BB is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 88 | 187 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.27 |
| HSL | 295.15º | 0.42% | 0.54% | - |
| HSV(B) | 295.15º | 0.53% | 0.73% | - |
| XYZ | 31.05 | 20.15 | 49.27 | - |
| YUV | 126.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 187 | 0.04 | 0.53 | 0 | 0.27 | 295.15 | 0.42 | 0.54 |
| Hex | B3 | 58 | BB | 4 | 35 | 0 | 1B | 127 | 2A | 36 |
| Octal | 263 | 130 | 273 | 4 | 65 | 0 | 33 | 447 | 52 | 66 |
| Binary | 10110011 | 1011000 | 10111011 | 100 | 110101 | 0 | 11011 | 100100111 | 101010 | 110110 |
Color Harmonies of #B358BB
Complementary color
Monochromatic Colors of #B358BB
Black with #B358BB
Text Example
Text Example
White with #B358BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358BB; }
p { color: rgb(179,88,187); }
H1.HeaderClassName
{
color: #B358BB;
}
.AnyTagClassName
{
color: #B358BB;
}
</style>
background-color css
<style>
a { background-color: #B358BB; }
a { background-color: rgb(179,88,187); }
div.DivClassName
{
background-color: #B358BB;
}
.BgClassName
{
background-color: #B358BB;
}
</style>
border-color css
<style>
span { border-color: #B358BB; }
span { border-color: rgb(179,88,187); }
td.TdClassName
{
border-color: #B358BB;
}
.TagClassName
{
border-color: #B358BB;
}
</style>