Shades of Fuchsia #B13FA9
Tints of Fuchsia #B13FA9
RGB
CMYK
RGB Variations
Color information
#B13FA9 (or 0xB13FA9) is known color: Fuchsia. HEX triplet: B1, 3F and A9. RGB value is (177,63,169). Sum of RGB (Red+Green+Blue) = 177+63+169=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FA9 is #4EC056. Grayscale: #6C6C6C. Windows color (decimal): -5161047 or 11091889. OLE color: 11091889.
HSL color Cylindrical-coordinate representation of color #B13FA9: hue angle of 304.21º 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 #B13FA9 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 169 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.31 |
| HSL | 304.21º | 0.48% | 0.47% | - |
| HSV(B) | 304.21º | 0.64% | 0.69% | - |
| XYZ | 27.07 | 15.77 | 39.15 | - |
| YUV | 109.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 169 | 0 | 0.64 | 0.05 | 0.31 | 304.21 | 0.48 | 0.47 |
| Hex | B1 | 3F | A9 | 0 | 40 | 5 | 1F | 130 | 30 | 2F |
| Octal | 261 | 77 | 251 | 0 | 100 | 5 | 37 | 460 | 60 | 57 |
| Binary | 10110001 | 111111 | 10101001 | 0 | 1000000 | 101 | 11111 | 100110000 | 110000 | 101111 |
Color Harmonies of #B13FA9
Complementary color
Monochromatic Colors of #B13FA9
Black with #B13FA9
Text Example
Text Example
White with #B13FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FA9; }
p { color: rgb(177,63,169); }
H1.HeaderClassName
{
color: #B13FA9;
}
.AnyTagClassName
{
color: #B13FA9;
}
</style>
background-color css
<style>
a { background-color: #B13FA9; }
a { background-color: rgb(177,63,169); }
div.DivClassName
{
background-color: #B13FA9;
}
.BgClassName
{
background-color: #B13FA9;
}
</style>
border-color css
<style>
span { border-color: #B13FA9; }
span { border-color: rgb(177,63,169); }
td.TdClassName
{
border-color: #B13FA9;
}
.TagClassName
{
border-color: #B13FA9;
}
</style>