Shades of Fuchsia #B362BC
Tints of Fuchsia #B362BC
RGB
CMYK
RGB Variations
Color information
#B362BC (or 0xB362BC) is known color: Fuchsia. HEX triplet: B3, 62 and BC. RGB value is (179,98,188). Sum of RGB (Red+Green+Blue) = 179+98+188=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #B362BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362BC is #4C9D43. Grayscale: #848484. Windows color (decimal): -5020996 or 12346035. OLE color: 12346035.
HSL color Cylindrical-coordinate representation of color #B362BC: hue angle of 294º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B362BC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 98 | 188 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.26 |
| HSL | 294º | 0.4% | 0.56% | - |
| HSV(B) | 294º | 0.48% | 0.74% | - |
| XYZ | 32.04 | 21.95 | 50.13 | - |
| YUV | 132.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 188 | 0.05 | 0.48 | 0 | 0.26 | 294 | 0.4 | 0.56 |
| Hex | B3 | 62 | BC | 5 | 30 | 0 | 1A | 126 | 28 | 38 |
| Octal | 263 | 142 | 274 | 5 | 60 | 0 | 32 | 446 | 50 | 70 |
| Binary | 10110011 | 1100010 | 10111100 | 101 | 110000 | 0 | 11010 | 100100110 | 101000 | 111000 |
Color Harmonies of #B362BC
Complementary color
Monochromatic Colors of #B362BC
Black with #B362BC
Text Example
Text Example
White with #B362BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362BC; }
p { color: rgb(179,98,188); }
H1.HeaderClassName
{
color: #B362BC;
}
.AnyTagClassName
{
color: #B362BC;
}
</style>
background-color css
<style>
a { background-color: #B362BC; }
a { background-color: rgb(179,98,188); }
div.DivClassName
{
background-color: #B362BC;
}
.BgClassName
{
background-color: #B362BC;
}
</style>
border-color css
<style>
span { border-color: #B362BC; }
span { border-color: rgb(179,98,188); }
td.TdClassName
{
border-color: #B362BC;
}
.TagClassName
{
border-color: #B362BC;
}
</style>