Shades of Fuchsia #B13CA9
Tints of Fuchsia #B13CA9
RGB
CMYK
RGB Variations
Color information
#B13CA9 (or 0xB13CA9) is known color: Fuchsia. HEX triplet: B1, 3C and A9. RGB value is (177,60,169). Sum of RGB (Red+Green+Blue) = 177+60+169=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B13CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13CA9 is #4EC356. Grayscale: #6B6B6B. Windows color (decimal): -5161815 or 11091121. OLE color: 11091121.
HSL color Cylindrical-coordinate representation of color #B13CA9: hue angle of 304.1º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13CA9 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 169 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.31 |
| HSL | 304.1º | 0.49% | 0.46% | - |
| HSV(B) | 304.1º | 0.66% | 0.69% | - |
| XYZ | 26.91 | 15.44 | 39.1 | - |
| YUV | 107.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 169 | 0 | 0.66 | 0.05 | 0.31 | 304.1 | 0.49 | 0.46 |
| Hex | B1 | 3C | A9 | 0 | 42 | 5 | 1F | 130 | 31 | 2E |
| Octal | 261 | 74 | 251 | 0 | 102 | 5 | 37 | 460 | 61 | 56 |
| Binary | 10110001 | 111100 | 10101001 | 0 | 1000010 | 101 | 11111 | 100110000 | 110001 | 101110 |
Color Harmonies of #B13CA9
Complementary color
Monochromatic Colors of #B13CA9
Black with #B13CA9
Text Example
Text Example
White with #B13CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CA9; }
p { color: rgb(177,60,169); }
H1.HeaderClassName
{
color: #B13CA9;
}
.AnyTagClassName
{
color: #B13CA9;
}
</style>
background-color css
<style>
a { background-color: #B13CA9; }
a { background-color: rgb(177,60,169); }
div.DivClassName
{
background-color: #B13CA9;
}
.BgClassName
{
background-color: #B13CA9;
}
</style>
border-color css
<style>
span { border-color: #B13CA9; }
span { border-color: rgb(177,60,169); }
td.TdClassName
{
border-color: #B13CA9;
}
.TagClassName
{
border-color: #B13CA9;
}
</style>