Shades of Medium Orchid #B958EC
Tints of Medium Orchid #B958EC
RGB
CMYK
RGB Variations
Color information
#B958EC (or 0xB958EC) is known color: Medium Orchid. HEX triplet: B9, 58 and EC. RGB value is (185,88,236). Sum of RGB (Red+Green+Blue) = 185+88+236=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #B958EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958EC is #46A713. Grayscale: #858585. Windows color (decimal): -4630292 or 15489209. OLE color: 15489209.
HSL color Cylindrical-coordinate representation of color #B958EC: hue angle of 279.32º degrees, saturation: 0.8, 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 #B958EC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 88 | 236 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.07 |
| HSL | 279.32º | 0.8% | 0.64% | - |
| HSV(B) | 279.32º | 0.63% | 0.93% | - |
| XYZ | 38.64 | 23.35 | 81.83 | - |
| YUV | 133.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 236 | 0.22 | 0.63 | 0 | 0.07 | 279.32 | 0.8 | 0.64 |
| Hex | B9 | 58 | EC | 16 | 3F | 0 | 7 | 117 | 50 | 40 |
| Octal | 271 | 130 | 354 | 26 | 77 | 0 | 7 | 427 | 120 | 100 |
| Binary | 10111001 | 1011000 | 11101100 | 10110 | 111111 | 0 | 111 | 100010111 | 1010000 | 1000000 |
Color Harmonies of #B958EC
Complementary color
Monochromatic Colors of #B958EC
Black with #B958EC
Text Example
Text Example
White with #B958EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958EC; }
p { color: rgb(185,88,236); }
H1.HeaderClassName
{
color: #B958EC;
}
.AnyTagClassName
{
color: #B958EC;
}
</style>
background-color css
<style>
a { background-color: #B958EC; }
a { background-color: rgb(185,88,236); }
div.DivClassName
{
background-color: #B958EC;
}
.BgClassName
{
background-color: #B958EC;
}
</style>
border-color css
<style>
span { border-color: #B958EC; }
span { border-color: rgb(185,88,236); }
td.TdClassName
{
border-color: #B958EC;
}
.TagClassName
{
border-color: #B958EC;
}
</style>