Shades of Fuchsia #B96DB0
Tints of Fuchsia #B96DB0
RGB
CMYK
RGB Variations
Color information
#B96DB0 (or 0xB96DB0) is known color: Fuchsia. HEX triplet: B9, 6D and B0. RGB value is (185,109,176). Sum of RGB (Red+Green+Blue) = 185+109+176=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DB0 is #46924F. Grayscale: #8B8B8B. Windows color (decimal): -4624976 or 11562425. OLE color: 11562425.
HSL color Cylindrical-coordinate representation of color #B96DB0: hue angle of 307.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96DB0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 176 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.27 |
| HSL | 307.11º | 0.35% | 0.58% | - |
| HSV(B) | 307.11º | 0.41% | 0.73% | - |
| XYZ | 33.31 | 24.39 | 44.03 | - |
| YUV | 139.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 176 | 0 | 0.41 | 0.05 | 0.27 | 307.11 | 0.35 | 0.58 |
| Hex | B9 | 6D | B0 | 0 | 29 | 5 | 1B | 133 | 23 | 3A |
| Octal | 271 | 155 | 260 | 0 | 51 | 5 | 33 | 463 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10110000 | 0 | 101001 | 101 | 11011 | 100110011 | 100011 | 111010 |
Color Harmonies of #B96DB0
Complementary color
Monochromatic Colors of #B96DB0
Black with #B96DB0
Text Example
Text Example
White with #B96DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DB0; }
p { color: rgb(185,109,176); }
H1.HeaderClassName
{
color: #B96DB0;
}
.AnyTagClassName
{
color: #B96DB0;
}
</style>
background-color css
<style>
a { background-color: #B96DB0; }
a { background-color: rgb(185,109,176); }
div.DivClassName
{
background-color: #B96DB0;
}
.BgClassName
{
background-color: #B96DB0;
}
</style>
border-color css
<style>
span { border-color: #B96DB0; }
span { border-color: rgb(185,109,176); }
td.TdClassName
{
border-color: #B96DB0;
}
.TagClassName
{
border-color: #B96DB0;
}
</style>