Shades of Medium Orchid #B96CCD
Tints of Medium Orchid #B96CCD
RGB
CMYK
RGB Variations
Color information
#B96CCD (or 0xB96CCD) is known color: Medium Orchid. HEX triplet: B9, 6C and CD. RGB value is (185,108,205). Sum of RGB (Red+Green+Blue) = 185+108+205=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #B96CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CCD is #469332. Grayscale: #8D8D8D. Windows color (decimal): -4625203 or 13462713. OLE color: 13462713.
HSL color Cylindrical-coordinate representation of color #B96CCD: hue angle of 287.63º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96CCD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 108 | 205 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.20 |
| HSL | 287.63º | 0.49% | 0.61% | - |
| HSV(B) | 287.63º | 0.47% | 0.8% | - |
| XYZ | 36.39 | 25.45 | 60.75 | - |
| YUV | 142.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 205 | 0.10 | 0.47 | 0 | 0.20 | 287.63 | 0.49 | 0.61 |
| Hex | B9 | 6C | CD | A | 2F | 0 | 14 | 120 | 31 | 3D |
| Octal | 271 | 154 | 315 | 12 | 57 | 0 | 24 | 440 | 61 | 75 |
| Binary | 10111001 | 1101100 | 11001101 | 1010 | 101111 | 0 | 10100 | 100100000 | 110001 | 111101 |
Color Harmonies of #B96CCD
Complementary color
Monochromatic Colors of #B96CCD
Black with #B96CCD
Text Example
Text Example
White with #B96CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CCD; }
p { color: rgb(185,108,205); }
H1.HeaderClassName
{
color: #B96CCD;
}
.AnyTagClassName
{
color: #B96CCD;
}
</style>
background-color css
<style>
a { background-color: #B96CCD; }
a { background-color: rgb(185,108,205); }
div.DivClassName
{
background-color: #B96CCD;
}
.BgClassName
{
background-color: #B96CCD;
}
</style>
border-color css
<style>
span { border-color: #B96CCD; }
span { border-color: rgb(185,108,205); }
td.TdClassName
{
border-color: #B96CCD;
}
.TagClassName
{
border-color: #B96CCD;
}
</style>