Shades of Fuchsia #B135A9
Tints of Fuchsia #B135A9
RGB
CMYK
RGB Variations
Color information
#B135A9 (or 0xB135A9) is known color: Fuchsia. HEX triplet: B1, 35 and A9. RGB value is (177,53,169). Sum of RGB (Red+Green+Blue) = 177+53+169=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B135A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135A9 is #4ECA56. Grayscale: #666666. Windows color (decimal): -5163607 or 11089329. OLE color: 11089329.
HSL color Cylindrical-coordinate representation of color #B135A9: hue angle of 303.87º 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 #B135A9 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 169 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.31 |
| HSL | 303.87º | 0.54% | 0.45% | - |
| HSV(B) | 303.87º | 0.7% | 0.69% | - |
| XYZ | 26.57 | 14.76 | 38.98 | - |
| YUV | 103.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 169 | 0 | 0.70 | 0.05 | 0.31 | 303.87 | 0.54 | 0.45 |
| Hex | B1 | 35 | A9 | 0 | 46 | 5 | 1F | 130 | 36 | 2D |
| Octal | 261 | 65 | 251 | 0 | 106 | 5 | 37 | 460 | 66 | 55 |
| Binary | 10110001 | 110101 | 10101001 | 0 | 1000110 | 101 | 11111 | 100110000 | 110110 | 101101 |
Color Harmonies of #B135A9
Complementary color
Monochromatic Colors of #B135A9
Black with #B135A9
Text Example
Text Example
White with #B135A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B135A9; }
p { color: rgb(177,53,169); }
H1.HeaderClassName
{
color: #B135A9;
}
.AnyTagClassName
{
color: #B135A9;
}
</style>
background-color css
<style>
a { background-color: #B135A9; }
a { background-color: rgb(177,53,169); }
div.DivClassName
{
background-color: #B135A9;
}
.BgClassName
{
background-color: #B135A9;
}
</style>
border-color css
<style>
span { border-color: #B135A9; }
span { border-color: rgb(177,53,169); }
td.TdClassName
{
border-color: #B135A9;
}
.TagClassName
{
border-color: #B135A9;
}
</style>