Shades of Fuchsia #B336A8
Tints of Fuchsia #B336A8
RGB
CMYK
RGB Variations
Color information
#B336A8 (or 0xB336A8) is known color: Fuchsia. HEX triplet: B3, 36 and A8. RGB value is (179,54,168). Sum of RGB (Red+Green+Blue) = 179+54+168=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B336A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336A8 is #4CC957. Grayscale: #686868. Windows color (decimal): -5032280 or 11024051. OLE color: 11024051.
HSL color Cylindrical-coordinate representation of color #B336A8: hue angle of 305.28º 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 #B336A8 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 168 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.30 |
| HSL | 305.28º | 0.54% | 0.46% | - |
| HSV(B) | 305.28º | 0.7% | 0.7% | - |
| XYZ | 26.98 | 15.05 | 38.53 | - |
| YUV | 104.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 168 | 0 | 0.70 | 0.06 | 0.30 | 305.28 | 0.54 | 0.46 |
| Hex | B3 | 36 | A8 | 0 | 46 | 6 | 1E | 131 | 36 | 2E |
| Octal | 263 | 66 | 250 | 0 | 106 | 6 | 36 | 461 | 66 | 56 |
| Binary | 10110011 | 110110 | 10101000 | 0 | 1000110 | 110 | 11110 | 100110001 | 110110 | 101110 |
Color Harmonies of #B336A8
Complementary color
Monochromatic Colors of #B336A8
Black with #B336A8
Text Example
Text Example
White with #B336A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B336A8; }
p { color: rgb(179,54,168); }
H1.HeaderClassName
{
color: #B336A8;
}
.AnyTagClassName
{
color: #B336A8;
}
</style>
background-color css
<style>
a { background-color: #B336A8; }
a { background-color: rgb(179,54,168); }
div.DivClassName
{
background-color: #B336A8;
}
.BgClassName
{
background-color: #B336A8;
}
</style>
border-color css
<style>
span { border-color: #B336A8; }
span { border-color: rgb(179,54,168); }
td.TdClassName
{
border-color: #B336A8;
}
.TagClassName
{
border-color: #B336A8;
}
</style>