Shades of Fuchsia #B95DB5
Tints of Fuchsia #B95DB5
RGB
CMYK
RGB Variations
Color information
#B95DB5 (or 0xB95DB5) is known color: Fuchsia. HEX triplet: B9, 5D and B5. RGB value is (185,93,181). Sum of RGB (Red+Green+Blue) = 185+93+181=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DB5 is #46A24A. Grayscale: #828282. Windows color (decimal): -4629067 or 11886009. OLE color: 11886009.
HSL color Cylindrical-coordinate representation of color #B95DB5: hue angle of 302.61º 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 #B95DB5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 181 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.27 |
| HSL | 302.61º | 0.4% | 0.55% | - |
| HSV(B) | 302.61º | 0.5% | 0.73% | - |
| XYZ | 32.26 | 21.48 | 46.16 | - |
| YUV | 130.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 181 | 0 | 0.50 | 0.02 | 0.27 | 302.61 | 0.4 | 0.55 |
| Hex | B9 | 5D | B5 | 0 | 32 | 2 | 1B | 12F | 28 | 37 |
| Octal | 271 | 135 | 265 | 0 | 62 | 2 | 33 | 457 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10110101 | 0 | 110010 | 10 | 11011 | 100101111 | 101000 | 110111 |
Color Harmonies of #B95DB5
Complementary color
Monochromatic Colors of #B95DB5
Black with #B95DB5
Text Example
Text Example
White with #B95DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DB5; }
p { color: rgb(185,93,181); }
H1.HeaderClassName
{
color: #B95DB5;
}
.AnyTagClassName
{
color: #B95DB5;
}
</style>
background-color css
<style>
a { background-color: #B95DB5; }
a { background-color: rgb(185,93,181); }
div.DivClassName
{
background-color: #B95DB5;
}
.BgClassName
{
background-color: #B95DB5;
}
</style>
border-color css
<style>
span { border-color: #B95DB5; }
span { border-color: rgb(185,93,181); }
td.TdClassName
{
border-color: #B95DB5;
}
.TagClassName
{
border-color: #B95DB5;
}
</style>