Shades of Medium Orchid #B96DCE
Tints of Medium Orchid #B96DCE
RGB
CMYK
RGB Variations
Color information
#B96DCE (or 0xB96DCE) is known color: Medium Orchid. HEX triplet: B9, 6D and CE. RGB value is (185,109,206). Sum of RGB (Red+Green+Blue) = 185+109+206=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B96DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DCE is #469231. Grayscale: #8E8E8E. Windows color (decimal): -4624946 or 13528505. OLE color: 13528505.
HSL color Cylindrical-coordinate representation of color #B96DCE: hue angle of 287.01º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96DCE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 109 | 206 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.19 |
| HSL | 287.01º | 0.5% | 0.62% | - |
| HSV(B) | 287.01º | 0.47% | 0.81% | - |
| XYZ | 36.62 | 25.71 | 61.42 | - |
| YUV | 142.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 206 | 0.10 | 0.47 | 0 | 0.19 | 287.01 | 0.5 | 0.62 |
| Hex | B9 | 6D | CE | A | 2F | 0 | 13 | 11F | 32 | 3E |
| Octal | 271 | 155 | 316 | 12 | 57 | 0 | 23 | 437 | 62 | 76 |
| Binary | 10111001 | 1101101 | 11001110 | 1010 | 101111 | 0 | 10011 | 100011111 | 110010 | 111110 |
Color Harmonies of #B96DCE
Complementary color
Monochromatic Colors of #B96DCE
Black with #B96DCE
Text Example
Text Example
White with #B96DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DCE; }
p { color: rgb(185,109,206); }
H1.HeaderClassName
{
color: #B96DCE;
}
.AnyTagClassName
{
color: #B96DCE;
}
</style>
background-color css
<style>
a { background-color: #B96DCE; }
a { background-color: rgb(185,109,206); }
div.DivClassName
{
background-color: #B96DCE;
}
.BgClassName
{
background-color: #B96DCE;
}
</style>
border-color css
<style>
span { border-color: #B96DCE; }
span { border-color: rgb(185,109,206); }
td.TdClassName
{
border-color: #B96DCE;
}
.TagClassName
{
border-color: #B96DCE;
}
</style>