Shades of Fuchsia #B33AB8
Tints of Fuchsia #B33AB8
RGB
CMYK
RGB Variations
Color information
#B33AB8 (or 0xB33AB8) is known color: Fuchsia. HEX triplet: B3, 3A and B8. RGB value is (179,58,184). Sum of RGB (Red+Green+Blue) = 179+58+184=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #B33AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33AB8 is #4CC547. Grayscale: #6C6C6C. Windows color (decimal): -5031240 or 12073651. OLE color: 12073651.
HSL color Cylindrical-coordinate representation of color #B33AB8: hue angle of 297.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33AB8 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 58 | 184 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.28 |
| HSL | 297.62º | 0.52% | 0.47% | - |
| HSV(B) | 297.62º | 0.68% | 0.72% | - |
| XYZ | 28.76 | 16.07 | 46.93 | - |
| YUV | 108.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 184 | 0.03 | 0.68 | 0 | 0.28 | 297.62 | 0.52 | 0.47 |
| Hex | B3 | 3A | B8 | 3 | 44 | 0 | 1C | 12A | 34 | 2F |
| Octal | 263 | 72 | 270 | 3 | 104 | 0 | 34 | 452 | 64 | 57 |
| Binary | 10110011 | 111010 | 10111000 | 11 | 1000100 | 0 | 11100 | 100101010 | 110100 | 101111 |
Color Harmonies of #B33AB8
Complementary color
Monochromatic Colors of #B33AB8
Black with #B33AB8
Text Example
Text Example
White with #B33AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AB8; }
p { color: rgb(179,58,184); }
H1.HeaderClassName
{
color: #B33AB8;
}
.AnyTagClassName
{
color: #B33AB8;
}
</style>
background-color css
<style>
a { background-color: #B33AB8; }
a { background-color: rgb(179,58,184); }
div.DivClassName
{
background-color: #B33AB8;
}
.BgClassName
{
background-color: #B33AB8;
}
</style>
border-color css
<style>
span { border-color: #B33AB8; }
span { border-color: rgb(179,58,184); }
td.TdClassName
{
border-color: #B33AB8;
}
.TagClassName
{
border-color: #B33AB8;
}
</style>