Shades of Fuchsia #B33DB8
Tints of Fuchsia #B33DB8
RGB
CMYK
RGB Variations
Color information
#B33DB8 (or 0xB33DB8) is known color: Fuchsia. HEX triplet: B3, 3D and B8. RGB value is (179,61,184). Sum of RGB (Red+Green+Blue) = 179+61+184=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #B33DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DB8 is #4CC247. Grayscale: #6D6D6D. Windows color (decimal): -5030472 or 12074419. OLE color: 12074419.
HSL color Cylindrical-coordinate representation of color #B33DB8: hue angle of 297.56º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33DB8 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 61 | 184 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.28 |
| HSL | 297.56º | 0.5% | 0.48% | - |
| HSV(B) | 297.56º | 0.67% | 0.72% | - |
| XYZ | 28.91 | 16.38 | 46.99 | - |
| YUV | 110.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 184 | 0.03 | 0.67 | 0 | 0.28 | 297.56 | 0.5 | 0.48 |
| Hex | B3 | 3D | B8 | 3 | 43 | 0 | 1C | 12A | 32 | 30 |
| Octal | 263 | 75 | 270 | 3 | 103 | 0 | 34 | 452 | 62 | 60 |
| Binary | 10110011 | 111101 | 10111000 | 11 | 1000011 | 0 | 11100 | 100101010 | 110010 | 110000 |
Color Harmonies of #B33DB8
Complementary color
Monochromatic Colors of #B33DB8
Black with #B33DB8
Text Example
Text Example
White with #B33DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DB8; }
p { color: rgb(179,61,184); }
H1.HeaderClassName
{
color: #B33DB8;
}
.AnyTagClassName
{
color: #B33DB8;
}
</style>
background-color css
<style>
a { background-color: #B33DB8; }
a { background-color: rgb(179,61,184); }
div.DivClassName
{
background-color: #B33DB8;
}
.BgClassName
{
background-color: #B33DB8;
}
</style>
border-color css
<style>
span { border-color: #B33DB8; }
span { border-color: rgb(179,61,184); }
td.TdClassName
{
border-color: #B33DB8;
}
.TagClassName
{
border-color: #B33DB8;
}
</style>