Shades of Fuchsia #B13AB0
Tints of Fuchsia #B13AB0
RGB
CMYK
RGB Variations
Color information
#B13AB0 (or 0xB13AB0) is known color: Fuchsia. HEX triplet: B1, 3A and B0. RGB value is (177,58,176). Sum of RGB (Red+Green+Blue) = 177+58+176=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AB0 is #4EC54F. Grayscale: #6A6A6A. Windows color (decimal): -5162320 or 11549361. OLE color: 11549361.
HSL color Cylindrical-coordinate representation of color #B13AB0: hue angle of 300.5º 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 #B13AB0 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 176 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.31 |
| HSL | 300.5º | 0.51% | 0.46% | - |
| HSV(B) | 300.5º | 0.67% | 0.69% | - |
| XYZ | 27.48 | 15.51 | 42.62 | - |
| YUV | 107.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 176 | 0 | 0.67 | 0.01 | 0.31 | 300.5 | 0.51 | 0.46 |
| Hex | B1 | 3A | B0 | 0 | 43 | 1 | 1F | 12D | 33 | 2E |
| Octal | 261 | 72 | 260 | 0 | 103 | 1 | 37 | 455 | 63 | 56 |
| Binary | 10110001 | 111010 | 10110000 | 0 | 1000011 | 1 | 11111 | 100101101 | 110011 | 101110 |
Color Harmonies of #B13AB0
Complementary color
Monochromatic Colors of #B13AB0
Black with #B13AB0
Text Example
Text Example
White with #B13AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AB0; }
p { color: rgb(177,58,176); }
H1.HeaderClassName
{
color: #B13AB0;
}
.AnyTagClassName
{
color: #B13AB0;
}
</style>
background-color css
<style>
a { background-color: #B13AB0; }
a { background-color: rgb(177,58,176); }
div.DivClassName
{
background-color: #B13AB0;
}
.BgClassName
{
background-color: #B13AB0;
}
</style>
border-color css
<style>
span { border-color: #B13AB0; }
span { border-color: rgb(177,58,176); }
td.TdClassName
{
border-color: #B13AB0;
}
.TagClassName
{
border-color: #B13AB0;
}
</style>