Shades of Fuchsia #B33CBB
Tints of Fuchsia #B33CBB
RGB
CMYK
RGB Variations
Color information
#B33CBB (or 0xB33CBB) is known color: Fuchsia. HEX triplet: B3, 3C and BB. RGB value is (179,60,187). Sum of RGB (Red+Green+Blue) = 179+60+187=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #B33CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CBB is #4CC344. Grayscale: #6D6D6D. Windows color (decimal): -5030725 or 12270771. OLE color: 12270771.
HSL color Cylindrical-coordinate representation of color #B33CBB: hue angle of 296.22º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33CBB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 60 | 187 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.27 |
| HSL | 296.22º | 0.51% | 0.48% | - |
| HSV(B) | 296.22º | 0.68% | 0.73% | - |
| XYZ | 29.18 | 16.4 | 48.64 | - |
| YUV | 110.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 187 | 0.04 | 0.68 | 0 | 0.27 | 296.22 | 0.51 | 0.48 |
| Hex | B3 | 3C | BB | 4 | 44 | 0 | 1B | 128 | 33 | 30 |
| Octal | 263 | 74 | 273 | 4 | 104 | 0 | 33 | 450 | 63 | 60 |
| Binary | 10110011 | 111100 | 10111011 | 100 | 1000100 | 0 | 11011 | 100101000 | 110011 | 110000 |
Color Harmonies of #B33CBB
Complementary color
Monochromatic Colors of #B33CBB
Black with #B33CBB
Text Example
Text Example
White with #B33CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CBB; }
p { color: rgb(179,60,187); }
H1.HeaderClassName
{
color: #B33CBB;
}
.AnyTagClassName
{
color: #B33CBB;
}
</style>
background-color css
<style>
a { background-color: #B33CBB; }
a { background-color: rgb(179,60,187); }
div.DivClassName
{
background-color: #B33CBB;
}
.BgClassName
{
background-color: #B33CBB;
}
</style>
border-color css
<style>
span { border-color: #B33CBB; }
span { border-color: rgb(179,60,187); }
td.TdClassName
{
border-color: #B33CBB;
}
.TagClassName
{
border-color: #B33CBB;
}
</style>