Shades of Fuchsia #B95BB5
Tints of Fuchsia #B95BB5
RGB
CMYK
RGB Variations
Color information
#B95BB5 (or 0xB95BB5) is known color: Fuchsia. HEX triplet: B9, 5B and B5. RGB value is (185,91,181). Sum of RGB (Red+Green+Blue) = 185+91+181=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BB5 is #46A44A. Grayscale: #818181. Windows color (decimal): -4629579 or 11885497. OLE color: 11885497.
HSL color Cylindrical-coordinate representation of color #B95BB5: hue angle of 302.55º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95BB5 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 181 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.27 |
| HSL | 302.55º | 0.4% | 0.54% | - |
| HSV(B) | 302.55º | 0.51% | 0.73% | - |
| XYZ | 32.09 | 21.13 | 46.1 | - |
| YUV | 129.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 181 | 0 | 0.51 | 0.02 | 0.27 | 302.55 | 0.4 | 0.54 |
| Hex | B9 | 5B | B5 | 0 | 33 | 2 | 1B | 12F | 28 | 36 |
| Octal | 271 | 133 | 265 | 0 | 63 | 2 | 33 | 457 | 50 | 66 |
| Binary | 10111001 | 1011011 | 10110101 | 0 | 110011 | 10 | 11011 | 100101111 | 101000 | 110110 |
Color Harmonies of #B95BB5
Complementary color
Monochromatic Colors of #B95BB5
Black with #B95BB5
Text Example
Text Example
White with #B95BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BB5; }
p { color: rgb(185,91,181); }
H1.HeaderClassName
{
color: #B95BB5;
}
.AnyTagClassName
{
color: #B95BB5;
}
</style>
background-color css
<style>
a { background-color: #B95BB5; }
a { background-color: rgb(185,91,181); }
div.DivClassName
{
background-color: #B95BB5;
}
.BgClassName
{
background-color: #B95BB5;
}
</style>
border-color css
<style>
span { border-color: #B95BB5; }
span { border-color: rgb(185,91,181); }
td.TdClassName
{
border-color: #B95BB5;
}
.TagClassName
{
border-color: #B95BB5;
}
</style>