Shades of Fuchsia #B33CA5
Tints of Fuchsia #B33CA5
RGB
CMYK
RGB Variations
Color information
#B33CA5 (or 0xB33CA5) is known color: Fuchsia. HEX triplet: B3, 3C and A5. RGB value is (179,60,165). Sum of RGB (Red+Green+Blue) = 179+60+165=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CA5 is #4CC35A. Grayscale: #6B6B6B. Windows color (decimal): -5030747 or 10828979. OLE color: 10828979.
HSL color Cylindrical-coordinate representation of color #B33CA5: hue angle of 307.06º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33CA5 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 165 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.30 |
| HSL | 307.06º | 0.5% | 0.47% | - |
| HSV(B) | 307.06º | 0.66% | 0.7% | - |
| XYZ | 27 | 15.53 | 37.17 | - |
| YUV | 107.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 165 | 0 | 0.66 | 0.08 | 0.30 | 307.06 | 0.5 | 0.47 |
| Hex | B3 | 3C | A5 | 0 | 42 | 8 | 1E | 133 | 32 | 2F |
| Octal | 263 | 74 | 245 | 0 | 102 | 10 | 36 | 463 | 62 | 57 |
| Binary | 10110011 | 111100 | 10100101 | 0 | 1000010 | 1000 | 11110 | 100110011 | 110010 | 101111 |
Color Harmonies of #B33CA5
Complementary color
Monochromatic Colors of #B33CA5
Black with #B33CA5
Text Example
Text Example
White with #B33CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CA5; }
p { color: rgb(179,60,165); }
H1.HeaderClassName
{
color: #B33CA5;
}
.AnyTagClassName
{
color: #B33CA5;
}
</style>
background-color css
<style>
a { background-color: #B33CA5; }
a { background-color: rgb(179,60,165); }
div.DivClassName
{
background-color: #B33CA5;
}
.BgClassName
{
background-color: #B33CA5;
}
</style>
border-color css
<style>
span { border-color: #B33CA5; }
span { border-color: rgb(179,60,165); }
td.TdClassName
{
border-color: #B33CA5;
}
.TagClassName
{
border-color: #B33CA5;
}
</style>