Shades of Fuchsia #B130AA
Tints of Fuchsia #B130AA
RGB
CMYK
RGB Variations
Color information
#B130AA (or 0xB130AA) is known color: Fuchsia. HEX triplet: B1, 30 and AA. RGB value is (177,48,170). Sum of RGB (Red+Green+Blue) = 177+48+170=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B130AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B130AA is #4ECF55. Grayscale: #646464. Windows color (decimal): -5164886 or 11153585. OLE color: 11153585.
HSL color Cylindrical-coordinate representation of color #B130AA: hue angle of 303.26º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B130AA is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 170 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.31 |
| HSL | 303.26º | 0.57% | 0.44% | - |
| HSV(B) | 303.26º | 0.73% | 0.69% | - |
| XYZ | 26.44 | 14.36 | 39.41 | - |
| YUV | 100.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 170 | 0 | 0.73 | 0.04 | 0.31 | 303.26 | 0.57 | 0.44 |
| Hex | B1 | 30 | AA | 0 | 49 | 4 | 1F | 12F | 39 | 2C |
| Octal | 261 | 60 | 252 | 0 | 111 | 4 | 37 | 457 | 71 | 54 |
| Binary | 10110001 | 110000 | 10101010 | 0 | 1001001 | 100 | 11111 | 100101111 | 111001 | 101100 |
Color Harmonies of #B130AA
Complementary color
Monochromatic Colors of #B130AA
Black with #B130AA
Text Example
Text Example
White with #B130AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130AA; }
p { color: rgb(177,48,170); }
H1.HeaderClassName
{
color: #B130AA;
}
.AnyTagClassName
{
color: #B130AA;
}
</style>
background-color css
<style>
a { background-color: #B130AA; }
a { background-color: rgb(177,48,170); }
div.DivClassName
{
background-color: #B130AA;
}
.BgClassName
{
background-color: #B130AA;
}
</style>
border-color css
<style>
span { border-color: #B130AA; }
span { border-color: rgb(177,48,170); }
td.TdClassName
{
border-color: #B130AA;
}
.TagClassName
{
border-color: #B130AA;
}
</style>