Shades of Fuchsia #B335BC
Tints of Fuchsia #B335BC
RGB
CMYK
RGB Variations
Color information
#B335BC (or 0xB335BC) is known color: Fuchsia. HEX triplet: B3, 35 and BC. RGB value is (179,53,188). Sum of RGB (Red+Green+Blue) = 179+53+188=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #B335BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335BC is #4CCA43. Grayscale: #696969. Windows color (decimal): -5032516 or 12334515. OLE color: 12334515.
HSL color Cylindrical-coordinate representation of color #B335BC: hue angle of 296º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B335BC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 53 | 188 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.26 |
| HSL | 296º | 0.56% | 0.47% | - |
| HSV(B) | 296º | 0.72% | 0.74% | - |
| XYZ | 28.94 | 15.76 | 49.09 | - |
| YUV | 106.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 188 | 0.05 | 0.72 | 0 | 0.26 | 296 | 0.56 | 0.47 |
| Hex | B3 | 35 | BC | 5 | 48 | 0 | 1A | 128 | 38 | 2F |
| Octal | 263 | 65 | 274 | 5 | 110 | 0 | 32 | 450 | 70 | 57 |
| Binary | 10110011 | 110101 | 10111100 | 101 | 1001000 | 0 | 11010 | 100101000 | 111000 | 101111 |
Color Harmonies of #B335BC
Complementary color
Monochromatic Colors of #B335BC
Black with #B335BC
Text Example
Text Example
White with #B335BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335BC; }
p { color: rgb(179,53,188); }
H1.HeaderClassName
{
color: #B335BC;
}
.AnyTagClassName
{
color: #B335BC;
}
</style>
background-color css
<style>
a { background-color: #B335BC; }
a { background-color: rgb(179,53,188); }
div.DivClassName
{
background-color: #B335BC;
}
.BgClassName
{
background-color: #B335BC;
}
</style>
border-color css
<style>
span { border-color: #B335BC; }
span { border-color: rgb(179,53,188); }
td.TdClassName
{
border-color: #B335BC;
}
.TagClassName
{
border-color: #B335BC;
}
</style>