Shades of Medium Orchid #B96CED
Tints of Medium Orchid #B96CED
RGB
CMYK
RGB Variations
Color information
#B96CED (or 0xB96CED) is known color: Medium Orchid. HEX triplet: B9, 6C and ED. RGB value is (185,108,237). Sum of RGB (Red+Green+Blue) = 185+108+237=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B96CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CED is #469312. Grayscale: #919191. Windows color (decimal): -4625171 or 15559865. OLE color: 15559865.
HSL color Cylindrical-coordinate representation of color #B96CED: hue angle of 275.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96CED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 108 | 237 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.07 |
| HSL | 275.81º | 0.78% | 0.68% | - |
| HSV(B) | 275.81º | 0.54% | 0.93% | - |
| XYZ | 40.66 | 27.15 | 83.22 | - |
| YUV | 145.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 237 | 0.22 | 0.54 | 0 | 0.07 | 275.81 | 0.78 | 0.68 |
| Hex | B9 | 6C | ED | 16 | 36 | 0 | 7 | 114 | 4E | 44 |
| Octal | 271 | 154 | 355 | 26 | 66 | 0 | 7 | 424 | 116 | 104 |
| Binary | 10111001 | 1101100 | 11101101 | 10110 | 110110 | 0 | 111 | 100010100 | 1001110 | 1000100 |
Color Harmonies of #B96CED
Complementary color
Monochromatic Colors of #B96CED
Black with #B96CED
Text Example
Text Example
White with #B96CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CED; }
p { color: rgb(185,108,237); }
H1.HeaderClassName
{
color: #B96CED;
}
.AnyTagClassName
{
color: #B96CED;
}
</style>
background-color css
<style>
a { background-color: #B96CED; }
a { background-color: rgb(185,108,237); }
div.DivClassName
{
background-color: #B96CED;
}
.BgClassName
{
background-color: #B96CED;
}
</style>
border-color css
<style>
span { border-color: #B96CED; }
span { border-color: rgb(185,108,237); }
td.TdClassName
{
border-color: #B96CED;
}
.TagClassName
{
border-color: #B96CED;
}
</style>