Shades of Fuchsia #B95DB1
Tints of Fuchsia #B95DB1
RGB
CMYK
RGB Variations
Color information
#B95DB1 (or 0xB95DB1) is known color: Fuchsia. HEX triplet: B9, 5D and B1. RGB value is (185,93,177). Sum of RGB (Red+Green+Blue) = 185+93+177=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DB1 is #46A24E. Grayscale: #818181. Windows color (decimal): -4629071 or 11623865. OLE color: 11623865.
HSL color Cylindrical-coordinate representation of color #B95DB1: hue angle of 305.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95DB1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 177 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.27 |
| HSL | 305.22º | 0.4% | 0.55% | - |
| HSV(B) | 305.22º | 0.5% | 0.73% | - |
| XYZ | 31.86 | 21.32 | 44.03 | - |
| YUV | 130.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 177 | 0 | 0.50 | 0.04 | 0.27 | 305.22 | 0.4 | 0.55 |
| Hex | B9 | 5D | B1 | 0 | 32 | 4 | 1B | 131 | 28 | 37 |
| Octal | 271 | 135 | 261 | 0 | 62 | 4 | 33 | 461 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10110001 | 0 | 110010 | 100 | 11011 | 100110001 | 101000 | 110111 |
Color Harmonies of #B95DB1
Complementary color
Monochromatic Colors of #B95DB1
Black with #B95DB1
Text Example
Text Example
White with #B95DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DB1; }
p { color: rgb(185,93,177); }
H1.HeaderClassName
{
color: #B95DB1;
}
.AnyTagClassName
{
color: #B95DB1;
}
</style>
background-color css
<style>
a { background-color: #B95DB1; }
a { background-color: rgb(185,93,177); }
div.DivClassName
{
background-color: #B95DB1;
}
.BgClassName
{
background-color: #B95DB1;
}
</style>
border-color css
<style>
span { border-color: #B95DB1; }
span { border-color: rgb(185,93,177); }
td.TdClassName
{
border-color: #B95DB1;
}
.TagClassName
{
border-color: #B95DB1;
}
</style>