Shades of Medium Orchid #B065EC
Tints of Medium Orchid #B065EC
RGB
CMYK
RGB Variations
Color information
#B065EC (or 0xB065EC) is known color: Medium Orchid. HEX triplet: B0, 65 and EC. RGB value is (176,101,236). Sum of RGB (Red+Green+Blue) = 176+101+236=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #B065EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065EC is #4F9A13. Grayscale: #8A8A8A. Windows color (decimal): -5216788 or 15492528. OLE color: 15492528.
HSL color Cylindrical-coordinate representation of color #B065EC: hue angle of 273.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 #B065EC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 101 | 236 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.07 |
| HSL | 273.33º | 0.78% | 0.66% | - |
| HSV(B) | 273.33º | 0.57% | 0.93% | - |
| XYZ | 37.7 | 24.59 | 82.12 | - |
| YUV | 138.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 236 | 0.25 | 0.57 | 0 | 0.07 | 273.33 | 0.78 | 0.66 |
| Hex | B0 | 65 | EC | 19 | 39 | 0 | 7 | 111 | 4E | 42 |
| Octal | 260 | 145 | 354 | 31 | 71 | 0 | 7 | 421 | 116 | 102 |
| Binary | 10110000 | 1100101 | 11101100 | 11001 | 111001 | 0 | 111 | 100010001 | 1001110 | 1000010 |
Color Harmonies of #B065EC
Complementary color
Monochromatic Colors of #B065EC
Black with #B065EC
Text Example
Text Example
White with #B065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065EC; }
p { color: rgb(176,101,236); }
H1.HeaderClassName
{
color: #B065EC;
}
.AnyTagClassName
{
color: #B065EC;
}
</style>
background-color css
<style>
a { background-color: #B065EC; }
a { background-color: rgb(176,101,236); }
div.DivClassName
{
background-color: #B065EC;
}
.BgClassName
{
background-color: #B065EC;
}
</style>
border-color css
<style>
span { border-color: #B065EC; }
span { border-color: rgb(176,101,236); }
td.TdClassName
{
border-color: #B065EC;
}
.TagClassName
{
border-color: #B065EC;
}
</style>