Shades of Fuchsia #B95DB0
Tints of Fuchsia #B95DB0
RGB
CMYK
RGB Variations
Color information
#B95DB0 (or 0xB95DB0) is known color: Fuchsia. HEX triplet: B9, 5D and B0. RGB value is (185,93,176). Sum of RGB (Red+Green+Blue) = 185+93+176=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DB0 is #46A24F. Grayscale: #818181. Windows color (decimal): -4629072 or 11558329. OLE color: 11558329.
HSL color Cylindrical-coordinate representation of color #B95DB0: hue angle of 305.87º 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 #B95DB0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 176 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.27 |
| HSL | 305.87º | 0.4% | 0.55% | - |
| HSV(B) | 305.87º | 0.5% | 0.73% | - |
| XYZ | 31.76 | 21.28 | 43.51 | - |
| YUV | 129.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 176 | 0 | 0.50 | 0.05 | 0.27 | 305.87 | 0.4 | 0.55 |
| Hex | B9 | 5D | B0 | 0 | 32 | 5 | 1B | 132 | 28 | 37 |
| Octal | 271 | 135 | 260 | 0 | 62 | 5 | 33 | 462 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10110000 | 0 | 110010 | 101 | 11011 | 100110010 | 101000 | 110111 |
Color Harmonies of #B95DB0
Complementary color
Monochromatic Colors of #B95DB0
Black with #B95DB0
Text Example
Text Example
White with #B95DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DB0; }
p { color: rgb(185,93,176); }
H1.HeaderClassName
{
color: #B95DB0;
}
.AnyTagClassName
{
color: #B95DB0;
}
</style>
background-color css
<style>
a { background-color: #B95DB0; }
a { background-color: rgb(185,93,176); }
div.DivClassName
{
background-color: #B95DB0;
}
.BgClassName
{
background-color: #B95DB0;
}
</style>
border-color css
<style>
span { border-color: #B95DB0; }
span { border-color: rgb(185,93,176); }
td.TdClassName
{
border-color: #B95DB0;
}
.TagClassName
{
border-color: #B95DB0;
}
</style>