Shades of Medium Orchid #B96CCA
Tints of Medium Orchid #B96CCA
RGB
CMYK
RGB Variations
Color information
#B96CCA (or 0xB96CCA) is known color: Medium Orchid. HEX triplet: B9, 6C and CA. RGB value is (185,108,202). Sum of RGB (Red+Green+Blue) = 185+108+202=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #B96CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CCA is #469335. Grayscale: #8D8D8D. Windows color (decimal): -4625206 or 13266105. OLE color: 13266105.
HSL color Cylindrical-coordinate representation of color #B96CCA: hue angle of 289.15º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96CCA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 108 | 202 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.21 |
| HSL | 289.15º | 0.47% | 0.61% | - |
| HSV(B) | 289.15º | 0.47% | 0.79% | - |
| XYZ | 36.03 | 25.3 | 58.86 | - |
| YUV | 141.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 202 | 0.08 | 0.47 | 0 | 0.21 | 289.15 | 0.47 | 0.61 |
| Hex | B9 | 6C | CA | 8 | 2F | 0 | 15 | 121 | 2F | 3D |
| Octal | 271 | 154 | 312 | 10 | 57 | 0 | 25 | 441 | 57 | 75 |
| Binary | 10111001 | 1101100 | 11001010 | 1000 | 101111 | 0 | 10101 | 100100001 | 101111 | 111101 |
Color Harmonies of #B96CCA
Complementary color
Monochromatic Colors of #B96CCA
Black with #B96CCA
Text Example
Text Example
White with #B96CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CCA; }
p { color: rgb(185,108,202); }
H1.HeaderClassName
{
color: #B96CCA;
}
.AnyTagClassName
{
color: #B96CCA;
}
</style>
background-color css
<style>
a { background-color: #B96CCA; }
a { background-color: rgb(185,108,202); }
div.DivClassName
{
background-color: #B96CCA;
}
.BgClassName
{
background-color: #B96CCA;
}
</style>
border-color css
<style>
span { border-color: #B96CCA; }
span { border-color: rgb(185,108,202); }
td.TdClassName
{
border-color: #B96CCA;
}
.TagClassName
{
border-color: #B96CCA;
}
</style>