Shades of Fuchsia #B33BAB
Tints of Fuchsia #B33BAB
RGB
CMYK
RGB Variations
Color information
#B33BAB (or 0xB33BAB) is known color: Fuchsia. HEX triplet: B3, 3B and AB. RGB value is (179,59,171). Sum of RGB (Red+Green+Blue) = 179+59+171=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B33BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33BAB is #4CC454. Grayscale: #6B6B6B. Windows color (decimal): -5030997 or 11221939. OLE color: 11221939.
HSL color Cylindrical-coordinate representation of color #B33BAB: hue angle of 304º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33BAB is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 171 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.30 |
| HSL | 304º | 0.5% | 0.47% | - |
| HSV(B) | 304º | 0.67% | 0.7% | - |
| XYZ | 27.51 | 15.65 | 40.1 | - |
| YUV | 107.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 171 | 0 | 0.67 | 0.04 | 0.30 | 304 | 0.5 | 0.47 |
| Hex | B3 | 3B | AB | 0 | 43 | 4 | 1E | 130 | 32 | 2F |
| Octal | 263 | 73 | 253 | 0 | 103 | 4 | 36 | 460 | 62 | 57 |
| Binary | 10110011 | 111011 | 10101011 | 0 | 1000011 | 100 | 11110 | 100110000 | 110010 | 101111 |
Color Harmonies of #B33BAB
Complementary color
Monochromatic Colors of #B33BAB
Black with #B33BAB
Text Example
Text Example
White with #B33BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BAB; }
p { color: rgb(179,59,171); }
H1.HeaderClassName
{
color: #B33BAB;
}
.AnyTagClassName
{
color: #B33BAB;
}
</style>
background-color css
<style>
a { background-color: #B33BAB; }
a { background-color: rgb(179,59,171); }
div.DivClassName
{
background-color: #B33BAB;
}
.BgClassName
{
background-color: #B33BAB;
}
</style>
border-color css
<style>
span { border-color: #B33BAB; }
span { border-color: rgb(179,59,171); }
td.TdClassName
{
border-color: #B33BAB;
}
.TagClassName
{
border-color: #B33BAB;
}
</style>