Shades of Fuchsia #B13BAC
Tints of Fuchsia #B13BAC
RGB
CMYK
RGB Variations
Color information
#B13BAC (or 0xB13BAC) is known color: Fuchsia. HEX triplet: B1, 3B and AC. RGB value is (177,59,172). Sum of RGB (Red+Green+Blue) = 177+59+172=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BAC is #4EC453. Grayscale: #6A6A6A. Windows color (decimal): -5162068 or 11287473. OLE color: 11287473.
HSL color Cylindrical-coordinate representation of color #B13BAC: hue angle of 302.54º degrees, saturation: 0.5, 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 #B13BAC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 172 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.31 |
| HSL | 302.54º | 0.5% | 0.46% | - |
| HSV(B) | 302.54º | 0.67% | 0.69% | - |
| XYZ | 27.14 | 15.45 | 40.58 | - |
| YUV | 107.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 172 | 0 | 0.67 | 0.03 | 0.31 | 302.54 | 0.5 | 0.46 |
| Hex | B1 | 3B | AC | 0 | 43 | 3 | 1F | 12F | 32 | 2E |
| Octal | 261 | 73 | 254 | 0 | 103 | 3 | 37 | 457 | 62 | 56 |
| Binary | 10110001 | 111011 | 10101100 | 0 | 1000011 | 11 | 11111 | 100101111 | 110010 | 101110 |
Color Harmonies of #B13BAC
Complementary color
Monochromatic Colors of #B13BAC
Black with #B13BAC
Text Example
Text Example
White with #B13BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BAC; }
p { color: rgb(177,59,172); }
H1.HeaderClassName
{
color: #B13BAC;
}
.AnyTagClassName
{
color: #B13BAC;
}
</style>
background-color css
<style>
a { background-color: #B13BAC; }
a { background-color: rgb(177,59,172); }
div.DivClassName
{
background-color: #B13BAC;
}
.BgClassName
{
background-color: #B13BAC;
}
</style>
border-color css
<style>
span { border-color: #B13BAC; }
span { border-color: rgb(177,59,172); }
td.TdClassName
{
border-color: #B13BAC;
}
.TagClassName
{
border-color: #B13BAC;
}
</style>