Shades of Medium Orchid #B96FCE
Tints of Medium Orchid #B96FCE
RGB
CMYK
RGB Variations
Color information
#B96FCE (or 0xB96FCE) is known color: Medium Orchid. HEX triplet: B9, 6F and CE. RGB value is (185,111,206). Sum of RGB (Red+Green+Blue) = 185+111+206=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #B96FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FCE is #469031. Grayscale: #8F8F8F. Windows color (decimal): -4624434 or 13529017. OLE color: 13529017.
HSL color Cylindrical-coordinate representation of color #B96FCE: hue angle of 286.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96FCE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 111 | 206 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.19 |
| HSL | 286.74º | 0.49% | 0.62% | - |
| HSV(B) | 286.74º | 0.46% | 0.81% | - |
| XYZ | 36.83 | 26.14 | 61.5 | - |
| YUV | 143.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 206 | 0.10 | 0.46 | 0 | 0.19 | 286.74 | 0.49 | 0.62 |
| Hex | B9 | 6F | CE | A | 2E | 0 | 13 | 11F | 31 | 3E |
| Octal | 271 | 157 | 316 | 12 | 56 | 0 | 23 | 437 | 61 | 76 |
| Binary | 10111001 | 1101111 | 11001110 | 1010 | 101110 | 0 | 10011 | 100011111 | 110001 | 111110 |
Color Harmonies of #B96FCE
Complementary color
Monochromatic Colors of #B96FCE
Black with #B96FCE
Text Example
Text Example
White with #B96FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FCE; }
p { color: rgb(185,111,206); }
H1.HeaderClassName
{
color: #B96FCE;
}
.AnyTagClassName
{
color: #B96FCE;
}
</style>
background-color css
<style>
a { background-color: #B96FCE; }
a { background-color: rgb(185,111,206); }
div.DivClassName
{
background-color: #B96FCE;
}
.BgClassName
{
background-color: #B96FCE;
}
</style>
border-color css
<style>
span { border-color: #B96FCE; }
span { border-color: rgb(185,111,206); }
td.TdClassName
{
border-color: #B96FCE;
}
.TagClassName
{
border-color: #B96FCE;
}
</style>