Shades of Fuchsia #B336B9
Tints of Fuchsia #B336B9
RGB
CMYK
RGB Variations
Color information
#B336B9 (or 0xB336B9) is known color: Fuchsia. HEX triplet: B3, 36 and B9. RGB value is (179,54,185). Sum of RGB (Red+Green+Blue) = 179+54+185=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #B336B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336B9 is #4CC946. Grayscale: #696969. Windows color (decimal): -5032263 or 12138163. OLE color: 12138163.
HSL color Cylindrical-coordinate representation of color #B336B9: hue angle of 297.25º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B336B9 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 54 | 185 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.27 |
| HSL | 297.25º | 0.55% | 0.47% | - |
| HSV(B) | 297.25º | 0.71% | 0.73% | - |
| XYZ | 28.67 | 15.72 | 47.42 | - |
| YUV | 106.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 185 | 0.03 | 0.71 | 0 | 0.27 | 297.25 | 0.55 | 0.47 |
| Hex | B3 | 36 | B9 | 3 | 47 | 0 | 1B | 129 | 37 | 2F |
| Octal | 263 | 66 | 271 | 3 | 107 | 0 | 33 | 451 | 67 | 57 |
| Binary | 10110011 | 110110 | 10111001 | 11 | 1000111 | 0 | 11011 | 100101001 | 110111 | 101111 |
Color Harmonies of #B336B9
Complementary color
Monochromatic Colors of #B336B9
Black with #B336B9
Text Example
Text Example
White with #B336B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B336B9; }
p { color: rgb(179,54,185); }
H1.HeaderClassName
{
color: #B336B9;
}
.AnyTagClassName
{
color: #B336B9;
}
</style>
background-color css
<style>
a { background-color: #B336B9; }
a { background-color: rgb(179,54,185); }
div.DivClassName
{
background-color: #B336B9;
}
.BgClassName
{
background-color: #B336B9;
}
</style>
border-color css
<style>
span { border-color: #B336B9; }
span { border-color: rgb(179,54,185); }
td.TdClassName
{
border-color: #B336B9;
}
.TagClassName
{
border-color: #B336B9;
}
</style>