Shades of Fuchsia #B362B0
Tints of Fuchsia #B362B0
RGB
CMYK
RGB Variations
Color information
#B362B0 (or 0xB362B0) is known color: Fuchsia. HEX triplet: B3, 62 and B0. RGB value is (179,98,176). Sum of RGB (Red+Green+Blue) = 179+98+176=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B362B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B362B0 is #4C9D4F. Grayscale: #828282. Windows color (decimal): -5021008 or 11559603. OLE color: 11559603.
HSL color Cylindrical-coordinate representation of color #B362B0: hue angle of 302.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B362B0 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 176 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.30 |
| HSL | 302.22º | 0.35% | 0.54% | - |
| HSV(B) | 302.22º | 0.45% | 0.7% | - |
| XYZ | 30.79 | 21.45 | 43.59 | - |
| YUV | 131.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 176 | 0 | 0.45 | 0.02 | 0.30 | 302.22 | 0.35 | 0.54 |
| Hex | B3 | 62 | B0 | 0 | 2D | 2 | 1E | 12E | 23 | 36 |
| Octal | 263 | 142 | 260 | 0 | 55 | 2 | 36 | 456 | 43 | 66 |
| Binary | 10110011 | 1100010 | 10110000 | 0 | 101101 | 10 | 11110 | 100101110 | 100011 | 110110 |
Color Harmonies of #B362B0
Complementary color
Monochromatic Colors of #B362B0
Black with #B362B0
Text Example
Text Example
White with #B362B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362B0; }
p { color: rgb(179,98,176); }
H1.HeaderClassName
{
color: #B362B0;
}
.AnyTagClassName
{
color: #B362B0;
}
</style>
background-color css
<style>
a { background-color: #B362B0; }
a { background-color: rgb(179,98,176); }
div.DivClassName
{
background-color: #B362B0;
}
.BgClassName
{
background-color: #B362B0;
}
</style>
border-color css
<style>
span { border-color: #B362B0; }
span { border-color: rgb(179,98,176); }
td.TdClassName
{
border-color: #B362B0;
}
.TagClassName
{
border-color: #B362B0;
}
</style>