Shades of Medium Orchid #B959EE
Tints of Medium Orchid #B959EE
RGB
CMYK
RGB Variations
Color information
#B959EE (or 0xB959EE) is known color: Medium Orchid. HEX triplet: B9, 59 and EE. RGB value is (185,89,238). Sum of RGB (Red+Green+Blue) = 185+89+238=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #B959EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959EE is #46A611. Grayscale: #868686. Windows color (decimal): -4630034 or 15620537. OLE color: 15620537.
HSL color Cylindrical-coordinate representation of color #B959EE: hue angle of 278.66º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B959EE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 89 | 238 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.07 |
| HSL | 278.66º | 0.81% | 0.64% | - |
| HSV(B) | 278.66º | 0.63% | 0.93% | - |
| XYZ | 39.01 | 23.63 | 83.39 | - |
| YUV | 134.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 238 | 0.22 | 0.63 | 0 | 0.07 | 278.66 | 0.81 | 0.64 |
| Hex | B9 | 59 | EE | 16 | 3F | 0 | 7 | 117 | 51 | 40 |
| Octal | 271 | 131 | 356 | 26 | 77 | 0 | 7 | 427 | 121 | 100 |
| Binary | 10111001 | 1011001 | 11101110 | 10110 | 111111 | 0 | 111 | 100010111 | 1010001 | 1000000 |
Color Harmonies of #B959EE
Complementary color
Monochromatic Colors of #B959EE
Black with #B959EE
Text Example
Text Example
White with #B959EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959EE; }
p { color: rgb(185,89,238); }
H1.HeaderClassName
{
color: #B959EE;
}
.AnyTagClassName
{
color: #B959EE;
}
</style>
background-color css
<style>
a { background-color: #B959EE; }
a { background-color: rgb(185,89,238); }
div.DivClassName
{
background-color: #B959EE;
}
.BgClassName
{
background-color: #B959EE;
}
</style>
border-color css
<style>
span { border-color: #B959EE; }
span { border-color: rgb(185,89,238); }
td.TdClassName
{
border-color: #B959EE;
}
.TagClassName
{
border-color: #B959EE;
}
</style>