Shades of Medium Orchid #B965EC
Tints of Medium Orchid #B965EC
RGB
CMYK
RGB Variations
Color information
#B965EC (or 0xB965EC) is known color: Medium Orchid. HEX triplet: B9, 65 and EC. RGB value is (185,101,236). Sum of RGB (Red+Green+Blue) = 185+101+236=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B965EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965EC is #469A13. Grayscale: #8D8D8D. Windows color (decimal): -4626964 or 15492537. OLE color: 15492537.
HSL color Cylindrical-coordinate representation of color #B965EC: hue angle of 277.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B965EC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 101 | 236 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.07 |
| HSL | 277.33º | 0.78% | 0.66% | - |
| HSV(B) | 277.33º | 0.57% | 0.93% | - |
| XYZ | 39.8 | 25.68 | 82.22 | - |
| YUV | 141.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 236 | 0.22 | 0.57 | 0 | 0.07 | 277.33 | 0.78 | 0.66 |
| Hex | B9 | 65 | EC | 16 | 39 | 0 | 7 | 115 | 4E | 42 |
| Octal | 271 | 145 | 354 | 26 | 71 | 0 | 7 | 425 | 116 | 102 |
| Binary | 10111001 | 1100101 | 11101100 | 10110 | 111001 | 0 | 111 | 100010101 | 1001110 | 1000010 |
Color Harmonies of #B965EC
Complementary color
Monochromatic Colors of #B965EC
Black with #B965EC
Text Example
Text Example
White with #B965EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965EC; }
p { color: rgb(185,101,236); }
H1.HeaderClassName
{
color: #B965EC;
}
.AnyTagClassName
{
color: #B965EC;
}
</style>
background-color css
<style>
a { background-color: #B965EC; }
a { background-color: rgb(185,101,236); }
div.DivClassName
{
background-color: #B965EC;
}
.BgClassName
{
background-color: #B965EC;
}
</style>
border-color css
<style>
span { border-color: #B965EC; }
span { border-color: rgb(185,101,236); }
td.TdClassName
{
border-color: #B965EC;
}
.TagClassName
{
border-color: #B965EC;
}
</style>