Shades of Fuchsia #B13DAC
Tints of Fuchsia #B13DAC
RGB
CMYK
RGB Variations
Color information
#B13DAC (or 0xB13DAC) is known color: Fuchsia. HEX triplet: B1, 3D and AC. RGB value is (177,61,172). Sum of RGB (Red+Green+Blue) = 177+61+172=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B13DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13DAC is #4EC253. Grayscale: #6C6C6C. Windows color (decimal): -5161556 or 11287985. OLE color: 11287985.
HSL color Cylindrical-coordinate representation of color #B13DAC: hue angle of 302.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13DAC is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 172 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.31 |
| HSL | 302.59º | 0.49% | 0.47% | - |
| HSV(B) | 302.59º | 0.66% | 0.69% | - |
| XYZ | 27.25 | 15.66 | 40.62 | - |
| YUV | 108.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 172 | 0 | 0.66 | 0.03 | 0.31 | 302.59 | 0.49 | 0.47 |
| Hex | B1 | 3D | AC | 0 | 42 | 3 | 1F | 12F | 31 | 2F |
| Octal | 261 | 75 | 254 | 0 | 102 | 3 | 37 | 457 | 61 | 57 |
| Binary | 10110001 | 111101 | 10101100 | 0 | 1000010 | 11 | 11111 | 100101111 | 110001 | 101111 |
Color Harmonies of #B13DAC
Complementary color
Monochromatic Colors of #B13DAC
Black with #B13DAC
Text Example
Text Example
White with #B13DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DAC; }
p { color: rgb(177,61,172); }
H1.HeaderClassName
{
color: #B13DAC;
}
.AnyTagClassName
{
color: #B13DAC;
}
</style>
background-color css
<style>
a { background-color: #B13DAC; }
a { background-color: rgb(177,61,172); }
div.DivClassName
{
background-color: #B13DAC;
}
.BgClassName
{
background-color: #B13DAC;
}
</style>
border-color css
<style>
span { border-color: #B13DAC; }
span { border-color: rgb(177,61,172); }
td.TdClassName
{
border-color: #B13DAC;
}
.TagClassName
{
border-color: #B13DAC;
}
</style>