Shades of Medium Orchid #B959EC
Tints of Medium Orchid #B959EC
RGB
CMYK
RGB Variations
Color information
#B959EC (or 0xB959EC) is known color: Medium Orchid. HEX triplet: B9, 59 and EC. RGB value is (185,89,236). Sum of RGB (Red+Green+Blue) = 185+89+236=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #B959EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959EC is #46A613. Grayscale: #858585. Windows color (decimal): -4630036 or 15489465. OLE color: 15489465.
HSL color Cylindrical-coordinate representation of color #B959EC: hue angle of 279.18º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B959EC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 89 | 236 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.07 |
| HSL | 279.18º | 0.79% | 0.64% | - |
| HSV(B) | 279.18º | 0.62% | 0.93% | - |
| XYZ | 38.72 | 23.52 | 81.85 | - |
| YUV | 134.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 236 | 0.22 | 0.62 | 0 | 0.07 | 279.18 | 0.79 | 0.64 |
| Hex | B9 | 59 | EC | 16 | 3E | 0 | 7 | 117 | 4F | 40 |
| Octal | 271 | 131 | 354 | 26 | 76 | 0 | 7 | 427 | 117 | 100 |
| Binary | 10111001 | 1011001 | 11101100 | 10110 | 111110 | 0 | 111 | 100010111 | 1001111 | 1000000 |
Color Harmonies of #B959EC
Complementary color
Monochromatic Colors of #B959EC
Black with #B959EC
Text Example
Text Example
White with #B959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959EC; }
p { color: rgb(185,89,236); }
H1.HeaderClassName
{
color: #B959EC;
}
.AnyTagClassName
{
color: #B959EC;
}
</style>
background-color css
<style>
a { background-color: #B959EC; }
a { background-color: rgb(185,89,236); }
div.DivClassName
{
background-color: #B959EC;
}
.BgClassName
{
background-color: #B959EC;
}
</style>
border-color css
<style>
span { border-color: #B959EC; }
span { border-color: rgb(185,89,236); }
td.TdClassName
{
border-color: #B959EC;
}
.TagClassName
{
border-color: #B959EC;
}
</style>