Shades of Fuchsia #B13DB9
Tints of Fuchsia #B13DB9
RGB
CMYK
RGB Variations
Color information
#B13DB9 (or 0xB13DB9) is known color: Fuchsia. HEX triplet: B1, 3D and B9. RGB value is (177,61,185). Sum of RGB (Red+Green+Blue) = 177+61+185=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #B13DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DB9 is #4EC246. Grayscale: #6D6D6D. Windows color (decimal): -5161543 or 12139953. OLE color: 12139953.
HSL color Cylindrical-coordinate representation of color #B13DB9: hue angle of 296.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13DB9 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 61 | 185 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.27 |
| HSL | 296.13º | 0.5% | 0.48% | - |
| HSV(B) | 296.13º | 0.67% | 0.73% | - |
| XYZ | 28.56 | 16.19 | 47.52 | - |
| YUV | 109.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 185 | 0.04 | 0.67 | 0 | 0.27 | 296.13 | 0.5 | 0.48 |
| Hex | B1 | 3D | B9 | 4 | 43 | 0 | 1B | 128 | 32 | 30 |
| Octal | 261 | 75 | 271 | 4 | 103 | 0 | 33 | 450 | 62 | 60 |
| Binary | 10110001 | 111101 | 10111001 | 100 | 1000011 | 0 | 11011 | 100101000 | 110010 | 110000 |
Color Harmonies of #B13DB9
Complementary color
Monochromatic Colors of #B13DB9
Black with #B13DB9
Text Example
Text Example
White with #B13DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DB9; }
p { color: rgb(177,61,185); }
H1.HeaderClassName
{
color: #B13DB9;
}
.AnyTagClassName
{
color: #B13DB9;
}
</style>
background-color css
<style>
a { background-color: #B13DB9; }
a { background-color: rgb(177,61,185); }
div.DivClassName
{
background-color: #B13DB9;
}
.BgClassName
{
background-color: #B13DB9;
}
</style>
border-color css
<style>
span { border-color: #B13DB9; }
span { border-color: rgb(177,61,185); }
td.TdClassName
{
border-color: #B13DB9;
}
.TagClassName
{
border-color: #B13DB9;
}
</style>