Shades of Fuchsia #B33CBC
Tints of Fuchsia #B33CBC
RGB
CMYK
RGB Variations
Color information
#B33CBC (or 0xB33CBC) is known color: Fuchsia. HEX triplet: B3, 3C and BC. RGB value is (179,60,188). Sum of RGB (Red+Green+Blue) = 179+60+188=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #B33CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CBC is #4CC343. Grayscale: #6D6D6D. Windows color (decimal): -5030724 or 12336307. OLE color: 12336307.
HSL color Cylindrical-coordinate representation of color #B33CBC: hue angle of 295.78º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33CBC is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 60 | 188 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.26 |
| HSL | 295.78º | 0.52% | 0.49% | - |
| HSV(B) | 295.78º | 0.68% | 0.74% | - |
| XYZ | 29.28 | 16.45 | 49.21 | - |
| YUV | 110.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 188 | 0.05 | 0.68 | 0 | 0.26 | 295.78 | 0.52 | 0.49 |
| Hex | B3 | 3C | BC | 5 | 44 | 0 | 1A | 128 | 34 | 31 |
| Octal | 263 | 74 | 274 | 5 | 104 | 0 | 32 | 450 | 64 | 61 |
| Binary | 10110011 | 111100 | 10111100 | 101 | 1000100 | 0 | 11010 | 100101000 | 110100 | 110001 |
Color Harmonies of #B33CBC
Complementary color
Monochromatic Colors of #B33CBC
Black with #B33CBC
Text Example
Text Example
White with #B33CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CBC; }
p { color: rgb(179,60,188); }
H1.HeaderClassName
{
color: #B33CBC;
}
.AnyTagClassName
{
color: #B33CBC;
}
</style>
background-color css
<style>
a { background-color: #B33CBC; }
a { background-color: rgb(179,60,188); }
div.DivClassName
{
background-color: #B33CBC;
}
.BgClassName
{
background-color: #B33CBC;
}
</style>
border-color css
<style>
span { border-color: #B33CBC; }
span { border-color: rgb(179,60,188); }
td.TdClassName
{
border-color: #B33CBC;
}
.TagClassName
{
border-color: #B33CBC;
}
</style>