Shades of Fuchsia #B33AB7
Tints of Fuchsia #B33AB7
RGB
CMYK
RGB Variations
Color information
#B33AB7 (or 0xB33AB7) is known color: Fuchsia. HEX triplet: B3, 3A and B7. RGB value is (179,58,183). Sum of RGB (Red+Green+Blue) = 179+58+183=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #B33AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33AB7 is #4CC548. Grayscale: #6C6C6C. Windows color (decimal): -5031241 or 12008115. OLE color: 12008115.
HSL color Cylindrical-coordinate representation of color #B33AB7: hue angle of 298.08º 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 #B33AB7 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 58 | 183 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.28 |
| HSL | 298.08º | 0.52% | 0.47% | - |
| HSV(B) | 298.08º | 0.68% | 0.72% | - |
| XYZ | 28.65 | 16.03 | 46.38 | - |
| YUV | 108.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 183 | 0.02 | 0.68 | 0 | 0.28 | 298.08 | 0.52 | 0.47 |
| Hex | B3 | 3A | B7 | 2 | 44 | 0 | 1C | 12A | 34 | 2F |
| Octal | 263 | 72 | 267 | 2 | 104 | 0 | 34 | 452 | 64 | 57 |
| Binary | 10110011 | 111010 | 10110111 | 10 | 1000100 | 0 | 11100 | 100101010 | 110100 | 101111 |
Color Harmonies of #B33AB7
Complementary color
Monochromatic Colors of #B33AB7
Black with #B33AB7
Text Example
Text Example
White with #B33AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AB7; }
p { color: rgb(179,58,183); }
H1.HeaderClassName
{
color: #B33AB7;
}
.AnyTagClassName
{
color: #B33AB7;
}
</style>
background-color css
<style>
a { background-color: #B33AB7; }
a { background-color: rgb(179,58,183); }
div.DivClassName
{
background-color: #B33AB7;
}
.BgClassName
{
background-color: #B33AB7;
}
</style>
border-color css
<style>
span { border-color: #B33AB7; }
span { border-color: rgb(179,58,183); }
td.TdClassName
{
border-color: #B33AB7;
}
.TagClassName
{
border-color: #B33AB7;
}
</style>