Shades of Fuchsia #B95EBD
Tints of Fuchsia #B95EBD
RGB
CMYK
RGB Variations
Color information
#B95EBD (or 0xB95EBD) is known color: Fuchsia. HEX triplet: B9, 5E and BD. RGB value is (185,94,189). Sum of RGB (Red+Green+Blue) = 185+94+189=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #B95EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EBD is #46A142. Grayscale: #838383. Windows color (decimal): -4628803 or 12410553. OLE color: 12410553.
HSL color Cylindrical-coordinate representation of color #B95EBD: hue angle of 297.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95EBD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 94 | 189 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.26 |
| HSL | 297.47º | 0.42% | 0.55% | - |
| HSV(B) | 297.47º | 0.5% | 0.74% | - |
| XYZ | 33.2 | 21.99 | 50.64 | - |
| YUV | 132.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 189 | 0.02 | 0.50 | 0 | 0.26 | 297.47 | 0.42 | 0.55 |
| Hex | B9 | 5E | BD | 2 | 32 | 0 | 1A | 129 | 2A | 37 |
| Octal | 271 | 136 | 275 | 2 | 62 | 0 | 32 | 451 | 52 | 67 |
| Binary | 10111001 | 1011110 | 10111101 | 10 | 110010 | 0 | 11010 | 100101001 | 101010 | 110111 |
Color Harmonies of #B95EBD
Complementary color
Monochromatic Colors of #B95EBD
Black with #B95EBD
Text Example
Text Example
White with #B95EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95EBD; }
p { color: rgb(185,94,189); }
H1.HeaderClassName
{
color: #B95EBD;
}
.AnyTagClassName
{
color: #B95EBD;
}
</style>
background-color css
<style>
a { background-color: #B95EBD; }
a { background-color: rgb(185,94,189); }
div.DivClassName
{
background-color: #B95EBD;
}
.BgClassName
{
background-color: #B95EBD;
}
</style>
border-color css
<style>
span { border-color: #B95EBD; }
span { border-color: rgb(185,94,189); }
td.TdClassName
{
border-color: #B95EBD;
}
.TagClassName
{
border-color: #B95EBD;
}
</style>