Shades of Fuchsia #B333BA
Tints of Fuchsia #B333BA
RGB
CMYK
RGB Variations
Color information
#B333BA (or 0xB333BA) is known color: Fuchsia. HEX triplet: B3, 33 and BA. RGB value is (179,51,186). Sum of RGB (Red+Green+Blue) = 179+51+186=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B333BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333BA is #4CCC45. Grayscale: #686868. Windows color (decimal): -5033030 or 12202931. OLE color: 12202931.
HSL color Cylindrical-coordinate representation of color #B333BA: hue angle of 296.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B333BA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 51 | 186 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.27 |
| HSL | 296.89º | 0.57% | 0.46% | - |
| HSV(B) | 296.89º | 0.73% | 0.73% | - |
| XYZ | 28.64 | 15.5 | 47.94 | - |
| YUV | 104.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 186 | 0.04 | 0.73 | 0 | 0.27 | 296.89 | 0.57 | 0.46 |
| Hex | B3 | 33 | BA | 4 | 49 | 0 | 1B | 129 | 39 | 2E |
| Octal | 263 | 63 | 272 | 4 | 111 | 0 | 33 | 451 | 71 | 56 |
| Binary | 10110011 | 110011 | 10111010 | 100 | 1001001 | 0 | 11011 | 100101001 | 111001 | 101110 |
Color Harmonies of #B333BA
Complementary color
Monochromatic Colors of #B333BA
Black with #B333BA
Text Example
Text Example
White with #B333BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333BA; }
p { color: rgb(179,51,186); }
H1.HeaderClassName
{
color: #B333BA;
}
.AnyTagClassName
{
color: #B333BA;
}
</style>
background-color css
<style>
a { background-color: #B333BA; }
a { background-color: rgb(179,51,186); }
div.DivClassName
{
background-color: #B333BA;
}
.BgClassName
{
background-color: #B333BA;
}
</style>
border-color css
<style>
span { border-color: #B333BA; }
span { border-color: rgb(179,51,186); }
td.TdClassName
{
border-color: #B333BA;
}
.TagClassName
{
border-color: #B333BA;
}
</style>