Shades of Fuchsia #B33FBC
Tints of Fuchsia #B33FBC
RGB
CMYK
RGB Variations
Color information
#B33FBC (or 0xB33FBC) is known color: Fuchsia. HEX triplet: B3, 3F and BC. RGB value is (179,63,188). Sum of RGB (Red+Green+Blue) = 179+63+188=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #B33FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FBC is #4CC043. Grayscale: #6F6F6F. Windows color (decimal): -5029956 or 12337075. OLE color: 12337075.
HSL color Cylindrical-coordinate representation of color #B33FBC: hue angle of 295.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33FBC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 63 | 188 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.26 |
| HSL | 295.68º | 0.5% | 0.49% | - |
| HSV(B) | 295.68º | 0.66% | 0.74% | - |
| XYZ | 29.45 | 16.77 | 49.26 | - |
| YUV | 111.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 188 | 0.05 | 0.66 | 0 | 0.26 | 295.68 | 0.5 | 0.49 |
| Hex | B3 | 3F | BC | 5 | 42 | 0 | 1A | 128 | 32 | 31 |
| Octal | 263 | 77 | 274 | 5 | 102 | 0 | 32 | 450 | 62 | 61 |
| Binary | 10110011 | 111111 | 10111100 | 101 | 1000010 | 0 | 11010 | 100101000 | 110010 | 110001 |
Color Harmonies of #B33FBC
Complementary color
Monochromatic Colors of #B33FBC
Black with #B33FBC
Text Example
Text Example
White with #B33FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FBC; }
p { color: rgb(179,63,188); }
H1.HeaderClassName
{
color: #B33FBC;
}
.AnyTagClassName
{
color: #B33FBC;
}
</style>
background-color css
<style>
a { background-color: #B33FBC; }
a { background-color: rgb(179,63,188); }
div.DivClassName
{
background-color: #B33FBC;
}
.BgClassName
{
background-color: #B33FBC;
}
</style>
border-color css
<style>
span { border-color: #B33FBC; }
span { border-color: rgb(179,63,188); }
td.TdClassName
{
border-color: #B33FBC;
}
.TagClassName
{
border-color: #B33FBC;
}
</style>