Shades of Fuchsia #B13AAA
Tints of Fuchsia #B13AAA
RGB
CMYK
RGB Variations
Color information
#B13AAA (or 0xB13AAA) is known color: Fuchsia. HEX triplet: B1, 3A and AA. RGB value is (177,58,170). Sum of RGB (Red+Green+Blue) = 177+58+170=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAA is #4EC555. Grayscale: #6A6A6A. Windows color (decimal): -5162326 or 11156145. OLE color: 11156145.
HSL color Cylindrical-coordinate representation of color #B13AAA: hue angle of 303.53º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13AAA is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 170 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.31 |
| HSL | 303.53º | 0.51% | 0.46% | - |
| HSV(B) | 303.53º | 0.67% | 0.69% | - |
| XYZ | 26.9 | 15.28 | 39.56 | - |
| YUV | 106.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 170 | 0 | 0.67 | 0.04 | 0.31 | 303.53 | 0.51 | 0.46 |
| Hex | B1 | 3A | AA | 0 | 43 | 4 | 1F | 130 | 33 | 2E |
| Octal | 261 | 72 | 252 | 0 | 103 | 4 | 37 | 460 | 63 | 56 |
| Binary | 10110001 | 111010 | 10101010 | 0 | 1000011 | 100 | 11111 | 100110000 | 110011 | 101110 |
Color Harmonies of #B13AAA
Complementary color
Monochromatic Colors of #B13AAA
Black with #B13AAA
Text Example
Text Example
White with #B13AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AAA; }
p { color: rgb(177,58,170); }
H1.HeaderClassName
{
color: #B13AAA;
}
.AnyTagClassName
{
color: #B13AAA;
}
</style>
background-color css
<style>
a { background-color: #B13AAA; }
a { background-color: rgb(177,58,170); }
div.DivClassName
{
background-color: #B13AAA;
}
.BgClassName
{
background-color: #B13AAA;
}
</style>
border-color css
<style>
span { border-color: #B13AAA; }
span { border-color: rgb(177,58,170); }
td.TdClassName
{
border-color: #B13AAA;
}
.TagClassName
{
border-color: #B13AAA;
}
</style>