Shades of Fuchsia #B355BB
Tints of Fuchsia #B355BB
RGB
CMYK
RGB Variations
Color information
#B355BB (or 0xB355BB) is known color: Fuchsia. HEX triplet: B3, 55 and BB. RGB value is (179,85,187). Sum of RGB (Red+Green+Blue) = 179+85+187=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #B355BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355BB is #4CAA44. Grayscale: #7C7C7C. Windows color (decimal): -5024325 or 12277171. OLE color: 12277171.
HSL color Cylindrical-coordinate representation of color #B355BB: hue angle of 295.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B355BB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 85 | 187 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.27 |
| HSL | 295.29º | 0.43% | 0.53% | - |
| HSV(B) | 295.29º | 0.55% | 0.73% | - |
| XYZ | 30.81 | 19.67 | 49.19 | - |
| YUV | 124.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 187 | 0.04 | 0.55 | 0 | 0.27 | 295.29 | 0.43 | 0.53 |
| Hex | B3 | 55 | BB | 4 | 37 | 0 | 1B | 127 | 2B | 35 |
| Octal | 263 | 125 | 273 | 4 | 67 | 0 | 33 | 447 | 53 | 65 |
| Binary | 10110011 | 1010101 | 10111011 | 100 | 110111 | 0 | 11011 | 100100111 | 101011 | 110101 |
Color Harmonies of #B355BB
Complementary color
Monochromatic Colors of #B355BB
Black with #B355BB
Text Example
Text Example
White with #B355BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355BB; }
p { color: rgb(179,85,187); }
H1.HeaderClassName
{
color: #B355BB;
}
.AnyTagClassName
{
color: #B355BB;
}
</style>
background-color css
<style>
a { background-color: #B355BB; }
a { background-color: rgb(179,85,187); }
div.DivClassName
{
background-color: #B355BB;
}
.BgClassName
{
background-color: #B355BB;
}
</style>
border-color css
<style>
span { border-color: #B355BB; }
span { border-color: rgb(179,85,187); }
td.TdClassName
{
border-color: #B355BB;
}
.TagClassName
{
border-color: #B355BB;
}
</style>