Shades of Fuchsia #B95DB8
Tints of Fuchsia #B95DB8
RGB
CMYK
RGB Variations
Color information
#B95DB8 (or 0xB95DB8) is known color: Fuchsia. HEX triplet: B9, 5D and B8. RGB value is (185,93,184). Sum of RGB (Red+Green+Blue) = 185+93+184=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DB8 is #46A247. Grayscale: #828282. Windows color (decimal): -4629064 or 12082617. OLE color: 12082617.
HSL color Cylindrical-coordinate representation of color #B95DB8: hue angle of 300.65º 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 #B95DB8 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 184 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.27 |
| HSL | 300.65º | 0.4% | 0.55% | - |
| HSV(B) | 300.65º | 0.5% | 0.73% | - |
| XYZ | 32.57 | 21.6 | 47.8 | - |
| YUV | 130.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 184 | 0 | 0.50 | 0.01 | 0.27 | 300.65 | 0.4 | 0.55 |
| Hex | B9 | 5D | B8 | 0 | 32 | 1 | 1B | 12D | 28 | 37 |
| Octal | 271 | 135 | 270 | 0 | 62 | 1 | 33 | 455 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10111000 | 0 | 110010 | 1 | 11011 | 100101101 | 101000 | 110111 |
Color Harmonies of #B95DB8
Complementary color
Monochromatic Colors of #B95DB8
Black with #B95DB8
Text Example
Text Example
White with #B95DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DB8; }
p { color: rgb(185,93,184); }
H1.HeaderClassName
{
color: #B95DB8;
}
.AnyTagClassName
{
color: #B95DB8;
}
</style>
background-color css
<style>
a { background-color: #B95DB8; }
a { background-color: rgb(185,93,184); }
div.DivClassName
{
background-color: #B95DB8;
}
.BgClassName
{
background-color: #B95DB8;
}
</style>
border-color css
<style>
span { border-color: #B95DB8; }
span { border-color: rgb(185,93,184); }
td.TdClassName
{
border-color: #B95DB8;
}
.TagClassName
{
border-color: #B95DB8;
}
</style>