Shades of Fuchsia #B035A8
Tints of Fuchsia #B035A8
RGB
CMYK
RGB Variations
Color information
#B035A8 (or 0xB035A8) is known color: Fuchsia. HEX triplet: B0, 35 and A8. RGB value is (176,53,168). Sum of RGB (Red+Green+Blue) = 176+53+168=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B035A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B035A8 is #4FCA57. Grayscale: #666666. Windows color (decimal): -5229144 or 11023792. OLE color: 11023792.
HSL color Cylindrical-coordinate representation of color #B035A8: hue angle of 303.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B035A8 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 168 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.31 |
| HSL | 303.9º | 0.54% | 0.45% | - |
| HSV(B) | 303.9º | 0.7% | 0.69% | - |
| XYZ | 26.25 | 14.6 | 38.48 | - |
| YUV | 102.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 168 | 0 | 0.70 | 0.05 | 0.31 | 303.9 | 0.54 | 0.45 |
| Hex | B0 | 35 | A8 | 0 | 46 | 5 | 1F | 130 | 36 | 2D |
| Octal | 260 | 65 | 250 | 0 | 106 | 5 | 37 | 460 | 66 | 55 |
| Binary | 10110000 | 110101 | 10101000 | 0 | 1000110 | 101 | 11111 | 100110000 | 110110 | 101101 |
Color Harmonies of #B035A8
Complementary color
Monochromatic Colors of #B035A8
Black with #B035A8
Text Example
Text Example
White with #B035A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B035A8; }
p { color: rgb(176,53,168); }
H1.HeaderClassName
{
color: #B035A8;
}
.AnyTagClassName
{
color: #B035A8;
}
</style>
background-color css
<style>
a { background-color: #B035A8; }
a { background-color: rgb(176,53,168); }
div.DivClassName
{
background-color: #B035A8;
}
.BgClassName
{
background-color: #B035A8;
}
</style>
border-color css
<style>
span { border-color: #B035A8; }
span { border-color: rgb(176,53,168); }
td.TdClassName
{
border-color: #B035A8;
}
.TagClassName
{
border-color: #B035A8;
}
</style>