Shades of Fuchsia #B33DB9
Tints of Fuchsia #B33DB9
RGB
CMYK
RGB Variations
Color information
#B33DB9 (or 0xB33DB9) is known color: Fuchsia. HEX triplet: B3, 3D and B9. RGB value is (179,61,185). Sum of RGB (Red+Green+Blue) = 179+61+185=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #B33DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DB9 is #4CC246. Grayscale: #6E6E6E. Windows color (decimal): -5030471 or 12139955. OLE color: 12139955.
HSL color Cylindrical-coordinate representation of color #B33DB9: hue angle of 297.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33DB9 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 61 | 185 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.27 |
| HSL | 297.1º | 0.5% | 0.48% | - |
| HSV(B) | 297.1º | 0.67% | 0.73% | - |
| XYZ | 29.02 | 16.42 | 47.54 | - |
| YUV | 110.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 185 | 0.03 | 0.67 | 0 | 0.27 | 297.1 | 0.5 | 0.48 |
| Hex | B3 | 3D | B9 | 3 | 43 | 0 | 1B | 129 | 32 | 30 |
| Octal | 263 | 75 | 271 | 3 | 103 | 0 | 33 | 451 | 62 | 60 |
| Binary | 10110011 | 111101 | 10111001 | 11 | 1000011 | 0 | 11011 | 100101001 | 110010 | 110000 |
Color Harmonies of #B33DB9
Complementary color
Monochromatic Colors of #B33DB9
Black with #B33DB9
Text Example
Text Example
White with #B33DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DB9; }
p { color: rgb(179,61,185); }
H1.HeaderClassName
{
color: #B33DB9;
}
.AnyTagClassName
{
color: #B33DB9;
}
</style>
background-color css
<style>
a { background-color: #B33DB9; }
a { background-color: rgb(179,61,185); }
div.DivClassName
{
background-color: #B33DB9;
}
.BgClassName
{
background-color: #B33DB9;
}
</style>
border-color css
<style>
span { border-color: #B33DB9; }
span { border-color: rgb(179,61,185); }
td.TdClassName
{
border-color: #B33DB9;
}
.TagClassName
{
border-color: #B33DB9;
}
</style>