Shades of Medium Orchid #B96CCF
Tints of Medium Orchid #B96CCF
RGB
CMYK
RGB Variations
Color information
#B96CCF (or 0xB96CCF) is known color: Medium Orchid. HEX triplet: B9, 6C and CF. RGB value is (185,108,207). Sum of RGB (Red+Green+Blue) = 185+108+207=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CCF is #469330. Grayscale: #8D8D8D. Windows color (decimal): -4625201 or 13593785. OLE color: 13593785.
HSL color Cylindrical-coordinate representation of color #B96CCF: hue angle of 286.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96CCF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 108 | 207 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.19 |
| HSL | 286.67º | 0.51% | 0.62% | - |
| HSV(B) | 286.67º | 0.48% | 0.81% | - |
| XYZ | 36.63 | 25.54 | 62.03 | - |
| YUV | 142.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 207 | 0.11 | 0.48 | 0 | 0.19 | 286.67 | 0.51 | 0.62 |
| Hex | B9 | 6C | CF | B | 30 | 0 | 13 | 11F | 33 | 3E |
| Octal | 271 | 154 | 317 | 13 | 60 | 0 | 23 | 437 | 63 | 76 |
| Binary | 10111001 | 1101100 | 11001111 | 1011 | 110000 | 0 | 10011 | 100011111 | 110011 | 111110 |
Color Harmonies of #B96CCF
Complementary color
Monochromatic Colors of #B96CCF
Black with #B96CCF
Text Example
Text Example
White with #B96CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CCF; }
p { color: rgb(185,108,207); }
H1.HeaderClassName
{
color: #B96CCF;
}
.AnyTagClassName
{
color: #B96CCF;
}
</style>
background-color css
<style>
a { background-color: #B96CCF; }
a { background-color: rgb(185,108,207); }
div.DivClassName
{
background-color: #B96CCF;
}
.BgClassName
{
background-color: #B96CCF;
}
</style>
border-color css
<style>
span { border-color: #B96CCF; }
span { border-color: rgb(185,108,207); }
td.TdClassName
{
border-color: #B96CCF;
}
.TagClassName
{
border-color: #B96CCF;
}
</style>