Shades of Fuchsia #B335B2
Tints of Fuchsia #B335B2
RGB
CMYK
RGB Variations
Color information
#B335B2 (or 0xB335B2) is known color: Fuchsia. HEX triplet: B3, 35 and B2. RGB value is (179,53,178). Sum of RGB (Red+Green+Blue) = 179+53+178=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B335B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B335B2 is #4CCA4D. Grayscale: #686868. Windows color (decimal): -5032526 or 11679155. OLE color: 11679155.
HSL color Cylindrical-coordinate representation of color #B335B2: hue angle of 300.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B335B2 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 178 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.30 |
| HSL | 300.48º | 0.54% | 0.45% | - |
| HSV(B) | 300.48º | 0.7% | 0.7% | - |
| XYZ | 27.9 | 15.34 | 43.61 | - |
| YUV | 104.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 178 | 0 | 0.70 | 0.01 | 0.30 | 300.48 | 0.54 | 0.45 |
| Hex | B3 | 35 | B2 | 0 | 46 | 1 | 1E | 12C | 36 | 2D |
| Octal | 263 | 65 | 262 | 0 | 106 | 1 | 36 | 454 | 66 | 55 |
| Binary | 10110011 | 110101 | 10110010 | 0 | 1000110 | 1 | 11110 | 100101100 | 110110 | 101101 |
Color Harmonies of #B335B2
Complementary color
Monochromatic Colors of #B335B2
Black with #B335B2
Text Example
Text Example
White with #B335B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335B2; }
p { color: rgb(179,53,178); }
H1.HeaderClassName
{
color: #B335B2;
}
.AnyTagClassName
{
color: #B335B2;
}
</style>
background-color css
<style>
a { background-color: #B335B2; }
a { background-color: rgb(179,53,178); }
div.DivClassName
{
background-color: #B335B2;
}
.BgClassName
{
background-color: #B335B2;
}
</style>
border-color css
<style>
span { border-color: #B335B2; }
span { border-color: rgb(179,53,178); }
td.TdClassName
{
border-color: #B335B2;
}
.TagClassName
{
border-color: #B335B2;
}
</style>