Shades of Fuchsia #B336AD
Tints of Fuchsia #B336AD
RGB
CMYK
RGB Variations
Color information
#B336AD (or 0xB336AD) is known color: Fuchsia. HEX triplet: B3, 36 and AD. RGB value is (179,54,173). Sum of RGB (Red+Green+Blue) = 179+54+173=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B336AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336AD is #4CC952. Grayscale: #686868. Windows color (decimal): -5032275 or 11351731. OLE color: 11351731.
HSL color Cylindrical-coordinate representation of color #B336AD: hue angle of 302.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B336AD is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 173 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.30 |
| HSL | 302.88º | 0.54% | 0.46% | - |
| HSV(B) | 302.88º | 0.7% | 0.7% | - |
| XYZ | 27.45 | 15.24 | 41.03 | - |
| YUV | 104.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 173 | 0 | 0.70 | 0.03 | 0.30 | 302.88 | 0.54 | 0.46 |
| Hex | B3 | 36 | AD | 0 | 46 | 3 | 1E | 12F | 36 | 2E |
| Octal | 263 | 66 | 255 | 0 | 106 | 3 | 36 | 457 | 66 | 56 |
| Binary | 10110011 | 110110 | 10101101 | 0 | 1000110 | 11 | 11110 | 100101111 | 110110 | 101110 |
Color Harmonies of #B336AD
Complementary color
Monochromatic Colors of #B336AD
Black with #B336AD
Text Example
Text Example
White with #B336AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B336AD; }
p { color: rgb(179,54,173); }
H1.HeaderClassName
{
color: #B336AD;
}
.AnyTagClassName
{
color: #B336AD;
}
</style>
background-color css
<style>
a { background-color: #B336AD; }
a { background-color: rgb(179,54,173); }
div.DivClassName
{
background-color: #B336AD;
}
.BgClassName
{
background-color: #B336AD;
}
</style>
border-color css
<style>
span { border-color: #B336AD; }
span { border-color: rgb(179,54,173); }
td.TdClassName
{
border-color: #B336AD;
}
.TagClassName
{
border-color: #B336AD;
}
</style>