Shades of Fuchsia #B333BB
Tints of Fuchsia #B333BB
RGB
CMYK
RGB Variations
Color information
#B333BB (or 0xB333BB) is known color: Fuchsia. HEX triplet: B3, 33 and BB. RGB value is (179,51,187). Sum of RGB (Red+Green+Blue) = 179+51+187=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #B333BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333BB is #4CCC44. Grayscale: #686868. Windows color (decimal): -5033029 or 12268467. OLE color: 12268467.
HSL color Cylindrical-coordinate representation of color #B333BB: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B333BB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 51 | 187 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.27 |
| HSL | 296.47º | 0.57% | 0.47% | - |
| HSV(B) | 296.47º | 0.73% | 0.73% | - |
| XYZ | 28.74 | 15.54 | 48.5 | - |
| YUV | 104.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 187 | 0.04 | 0.73 | 0 | 0.27 | 296.47 | 0.57 | 0.47 |
| Hex | B3 | 33 | BB | 4 | 49 | 0 | 1B | 128 | 39 | 2F |
| Octal | 263 | 63 | 273 | 4 | 111 | 0 | 33 | 450 | 71 | 57 |
| Binary | 10110011 | 110011 | 10111011 | 100 | 1001001 | 0 | 11011 | 100101000 | 111001 | 101111 |
Color Harmonies of #B333BB
Complementary color
Monochromatic Colors of #B333BB
Black with #B333BB
Text Example
Text Example
White with #B333BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333BB; }
p { color: rgb(179,51,187); }
H1.HeaderClassName
{
color: #B333BB;
}
.AnyTagClassName
{
color: #B333BB;
}
</style>
background-color css
<style>
a { background-color: #B333BB; }
a { background-color: rgb(179,51,187); }
div.DivClassName
{
background-color: #B333BB;
}
.BgClassName
{
background-color: #B333BB;
}
</style>
border-color css
<style>
span { border-color: #B333BB; }
span { border-color: rgb(179,51,187); }
td.TdClassName
{
border-color: #B333BB;
}
.TagClassName
{
border-color: #B333BB;
}
</style>