Shades of Fuchsia #B13FAA
Tints of Fuchsia #B13FAA
RGB
CMYK
RGB Variations
Color information
#B13FAA (or 0xB13FAA) is known color: Fuchsia. HEX triplet: B1, 3F and AA. RGB value is (177,63,170). Sum of RGB (Red+Green+Blue) = 177+63+170=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FAA is #4EC055. Grayscale: #6C6C6C. Windows color (decimal): -5161046 or 11157425. OLE color: 11157425.
HSL color Cylindrical-coordinate representation of color #B13FAA: hue angle of 303.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13FAA is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 170 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.31 |
| HSL | 303.68º | 0.48% | 0.47% | - |
| HSV(B) | 303.68º | 0.64% | 0.69% | - |
| XYZ | 27.16 | 15.8 | 39.65 | - |
| YUV | 109.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 170 | 0 | 0.64 | 0.04 | 0.31 | 303.68 | 0.48 | 0.47 |
| Hex | B1 | 3F | AA | 0 | 40 | 4 | 1F | 130 | 30 | 2F |
| Octal | 261 | 77 | 252 | 0 | 100 | 4 | 37 | 460 | 60 | 57 |
| Binary | 10110001 | 111111 | 10101010 | 0 | 1000000 | 100 | 11111 | 100110000 | 110000 | 101111 |
Color Harmonies of #B13FAA
Complementary color
Monochromatic Colors of #B13FAA
Black with #B13FAA
Text Example
Text Example
White with #B13FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FAA; }
p { color: rgb(177,63,170); }
H1.HeaderClassName
{
color: #B13FAA;
}
.AnyTagClassName
{
color: #B13FAA;
}
</style>
background-color css
<style>
a { background-color: #B13FAA; }
a { background-color: rgb(177,63,170); }
div.DivClassName
{
background-color: #B13FAA;
}
.BgClassName
{
background-color: #B13FAA;
}
</style>
border-color css
<style>
span { border-color: #B13FAA; }
span { border-color: rgb(177,63,170); }
td.TdClassName
{
border-color: #B13FAA;
}
.TagClassName
{
border-color: #B13FAA;
}
</style>