Shades of Fuchsia #B033A8
Tints of Fuchsia #B033A8
RGB
CMYK
RGB Variations
Color information
#B033A8 (or 0xB033A8) is known color: Fuchsia. HEX triplet: B0, 33 and A8. RGB value is (176,51,168). Sum of RGB (Red+Green+Blue) = 176+51+168=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B033A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B033A8 is #4FCC57. Grayscale: #656565. Windows color (decimal): -5229656 or 11023280. OLE color: 11023280.
HSL color Cylindrical-coordinate representation of color #B033A8: hue angle of 303.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B033A8 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 168 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.31 |
| HSL | 303.84º | 0.55% | 0.45% | - |
| HSV(B) | 303.84º | 0.71% | 0.69% | - |
| XYZ | 26.16 | 14.42 | 38.45 | - |
| YUV | 101.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 168 | 0 | 0.71 | 0.05 | 0.31 | 303.84 | 0.55 | 0.45 |
| Hex | B0 | 33 | A8 | 0 | 47 | 5 | 1F | 130 | 37 | 2D |
| Octal | 260 | 63 | 250 | 0 | 107 | 5 | 37 | 460 | 67 | 55 |
| Binary | 10110000 | 110011 | 10101000 | 0 | 1000111 | 101 | 11111 | 100110000 | 110111 | 101101 |
Color Harmonies of #B033A8
Complementary color
Monochromatic Colors of #B033A8
Black with #B033A8
Text Example
Text Example
White with #B033A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033A8; }
p { color: rgb(176,51,168); }
H1.HeaderClassName
{
color: #B033A8;
}
.AnyTagClassName
{
color: #B033A8;
}
</style>
background-color css
<style>
a { background-color: #B033A8; }
a { background-color: rgb(176,51,168); }
div.DivClassName
{
background-color: #B033A8;
}
.BgClassName
{
background-color: #B033A8;
}
</style>
border-color css
<style>
span { border-color: #B033A8; }
span { border-color: rgb(176,51,168); }
td.TdClassName
{
border-color: #B033A8;
}
.TagClassName
{
border-color: #B033A8;
}
</style>