Shades of Medium Orchid #B96FCC
Tints of Medium Orchid #B96FCC
RGB
CMYK
RGB Variations
Color information
#B96FCC (or 0xB96FCC) is known color: Medium Orchid. HEX triplet: B9, 6F and CC. RGB value is (185,111,204). Sum of RGB (Red+Green+Blue) = 185+111+204=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B96FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FCC is #469033. Grayscale: #8F8F8F. Windows color (decimal): -4624436 or 13397945. OLE color: 13397945.
HSL color Cylindrical-coordinate representation of color #B96FCC: hue angle of 287.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96FCC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 111 | 204 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.2 |
| HSL | 287.74º | 0.48% | 0.62% | - |
| HSV(B) | 287.74º | 0.46% | 0.8% | - |
| XYZ | 36.59 | 26.04 | 60.22 | - |
| YUV | 143.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 204 | 0.09 | 0.46 | 0 | 0.2 | 287.74 | 0.48 | 0.62 |
| Hex | B9 | 6F | CC | 9 | 2E | 0 | 14 | 120 | 30 | 3E |
| Octal | 271 | 157 | 314 | 11 | 56 | 0 | 24 | 440 | 60 | 76 |
| Binary | 10111001 | 1101111 | 11001100 | 1001 | 101110 | 0 | 10100 | 100100000 | 110000 | 111110 |
Color Harmonies of #B96FCC
Complementary color
Monochromatic Colors of #B96FCC
Black with #B96FCC
Text Example
Text Example
White with #B96FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FCC; }
p { color: rgb(185,111,204); }
H1.HeaderClassName
{
color: #B96FCC;
}
.AnyTagClassName
{
color: #B96FCC;
}
</style>
background-color css
<style>
a { background-color: #B96FCC; }
a { background-color: rgb(185,111,204); }
div.DivClassName
{
background-color: #B96FCC;
}
.BgClassName
{
background-color: #B96FCC;
}
</style>
border-color css
<style>
span { border-color: #B96FCC; }
span { border-color: rgb(185,111,204); }
td.TdClassName
{
border-color: #B96FCC;
}
.TagClassName
{
border-color: #B96FCC;
}
</style>