Shades of Fuchsia #B335B3
Tints of Fuchsia #B335B3
RGB
CMYK
RGB Variations
Color information
#B335B3 (or 0xB335B3) is known color: Fuchsia. HEX triplet: B3, 35 and B3. RGB value is (179,53,179). Sum of RGB (Red+Green+Blue) = 179+53+179=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B335B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335B3 is #4CCA4C. Grayscale: #686868. Windows color (decimal): -5032525 or 11744691. OLE color: 11744691.
HSL color Cylindrical-coordinate representation of color #B335B3: hue angle of 300º 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 #B335B3 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 179 | - |
| CMYK | 0 | 0.70 | 0 | 0.30 |
| HSL | 300º | 0.54% | 0.45% | - |
| HSV(B) | 300º | 0.7% | 0.7% | - |
| XYZ | 28 | 15.38 | 44.14 | - |
| YUV | 105.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 179 | 0 | 0.70 | 0 | 0.30 | 300 | 0.54 | 0.45 |
| Hex | B3 | 35 | B3 | 0 | 46 | 0 | 1E | 12C | 36 | 2D |
| Octal | 263 | 65 | 263 | 0 | 106 | 0 | 36 | 454 | 66 | 55 |
| Binary | 10110011 | 110101 | 10110011 | 0 | 1000110 | 0 | 11110 | 100101100 | 110110 | 101101 |
Color Harmonies of #B335B3
Complementary color
Monochromatic Colors of #B335B3
Black with #B335B3
Text Example
Text Example
White with #B335B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335B3; }
p { color: rgb(179,53,179); }
H1.HeaderClassName
{
color: #B335B3;
}
.AnyTagClassName
{
color: #B335B3;
}
</style>
background-color css
<style>
a { background-color: #B335B3; }
a { background-color: rgb(179,53,179); }
div.DivClassName
{
background-color: #B335B3;
}
.BgClassName
{
background-color: #B335B3;
}
</style>
border-color css
<style>
span { border-color: #B335B3; }
span { border-color: rgb(179,53,179); }
td.TdClassName
{
border-color: #B335B3;
}
.TagClassName
{
border-color: #B335B3;
}
</style>