Shades of Medium Orchid #B959CE
Tints of Medium Orchid #B959CE
RGB
CMYK
RGB Variations
Color information
#B959CE (or 0xB959CE) is known color: Medium Orchid. HEX triplet: B9, 59 and CE. RGB value is (185,89,206). Sum of RGB (Red+Green+Blue) = 185+89+206=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #B959CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959CE is #46A631. Grayscale: #828282. Windows color (decimal): -4630066 or 13523385. OLE color: 13523385.
HSL color Cylindrical-coordinate representation of color #B959CE: hue angle of 289.23º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B959CE is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 89 | 206 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.19 |
| HSL | 289.23º | 0.54% | 0.58% | - |
| HSV(B) | 289.23º | 0.57% | 0.81% | - |
| XYZ | 34.72 | 21.92 | 60.79 | - |
| YUV | 131.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 206 | 0.10 | 0.57 | 0 | 0.19 | 289.23 | 0.54 | 0.58 |
| Hex | B9 | 59 | CE | A | 39 | 0 | 13 | 121 | 36 | 3A |
| Octal | 271 | 131 | 316 | 12 | 71 | 0 | 23 | 441 | 66 | 72 |
| Binary | 10111001 | 1011001 | 11001110 | 1010 | 111001 | 0 | 10011 | 100100001 | 110110 | 111010 |
Color Harmonies of #B959CE
Complementary color
Monochromatic Colors of #B959CE
Black with #B959CE
Text Example
Text Example
White with #B959CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959CE; }
p { color: rgb(185,89,206); }
H1.HeaderClassName
{
color: #B959CE;
}
.AnyTagClassName
{
color: #B959CE;
}
</style>
background-color css
<style>
a { background-color: #B959CE; }
a { background-color: rgb(185,89,206); }
div.DivClassName
{
background-color: #B959CE;
}
.BgClassName
{
background-color: #B959CE;
}
</style>
border-color css
<style>
span { border-color: #B959CE; }
span { border-color: rgb(185,89,206); }
td.TdClassName
{
border-color: #B959CE;
}
.TagClassName
{
border-color: #B959CE;
}
</style>