Shades of Fuchsia #B13AAB
Tints of Fuchsia #B13AAB
RGB
CMYK
RGB Variations
Color information
#B13AAB (or 0xB13AAB) is known color: Fuchsia. HEX triplet: B1, 3A and AB. RGB value is (177,58,171). Sum of RGB (Red+Green+Blue) = 177+58+171=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAB is #4EC554. Grayscale: #6A6A6A. Windows color (decimal): -5162325 or 11221681. OLE color: 11221681.
HSL color Cylindrical-coordinate representation of color #B13AAB: hue angle of 303.03º 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 #B13AAB is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 171 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.31 |
| HSL | 303.03º | 0.51% | 0.46% | - |
| HSV(B) | 303.03º | 0.67% | 0.69% | - |
| XYZ | 27 | 15.31 | 40.06 | - |
| YUV | 106.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 171 | 0 | 0.67 | 0.03 | 0.31 | 303.03 | 0.51 | 0.46 |
| Hex | B1 | 3A | AB | 0 | 43 | 3 | 1F | 12F | 33 | 2E |
| Octal | 261 | 72 | 253 | 0 | 103 | 3 | 37 | 457 | 63 | 56 |
| Binary | 10110001 | 111010 | 10101011 | 0 | 1000011 | 11 | 11111 | 100101111 | 110011 | 101110 |
Color Harmonies of #B13AAB
Complementary color
Monochromatic Colors of #B13AAB
Black with #B13AAB
Text Example
Text Example
White with #B13AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AAB; }
p { color: rgb(177,58,171); }
H1.HeaderClassName
{
color: #B13AAB;
}
.AnyTagClassName
{
color: #B13AAB;
}
</style>
background-color css
<style>
a { background-color: #B13AAB; }
a { background-color: rgb(177,58,171); }
div.DivClassName
{
background-color: #B13AAB;
}
.BgClassName
{
background-color: #B13AAB;
}
</style>
border-color css
<style>
span { border-color: #B13AAB; }
span { border-color: rgb(177,58,171); }
td.TdClassName
{
border-color: #B13AAB;
}
.TagClassName
{
border-color: #B13AAB;
}
</style>