Shades of Medium Orchid #B265EC
Tints of Medium Orchid #B265EC
RGB
CMYK
RGB Variations
Color information
#B265EC (or 0xB265EC) is known color: Medium Orchid. HEX triplet: B2, 65 and EC. RGB value is (178,101,236). Sum of RGB (Red+Green+Blue) = 178+101+236=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #B265EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265EC is #4D9A13. Grayscale: #8A8A8A. Windows color (decimal): -5085716 or 15492530. OLE color: 15492530.
HSL color Cylindrical-coordinate representation of color #B265EC: hue angle of 274.22º 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 #B265EC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 101 | 236 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.07 |
| HSL | 274.22º | 0.78% | 0.66% | - |
| HSV(B) | 274.22º | 0.57% | 0.93% | - |
| XYZ | 38.15 | 24.83 | 82.14 | - |
| YUV | 139.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 236 | 0.25 | 0.57 | 0 | 0.07 | 274.22 | 0.78 | 0.66 |
| Hex | B2 | 65 | EC | 19 | 39 | 0 | 7 | 112 | 4E | 42 |
| Octal | 262 | 145 | 354 | 31 | 71 | 0 | 7 | 422 | 116 | 102 |
| Binary | 10110010 | 1100101 | 11101100 | 11001 | 111001 | 0 | 111 | 100010010 | 1001110 | 1000010 |
Color Harmonies of #B265EC
Complementary color
Monochromatic Colors of #B265EC
Black with #B265EC
Text Example
Text Example
White with #B265EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B265EC; }
p { color: rgb(178,101,236); }
H1.HeaderClassName
{
color: #B265EC;
}
.AnyTagClassName
{
color: #B265EC;
}
</style>
background-color css
<style>
a { background-color: #B265EC; }
a { background-color: rgb(178,101,236); }
div.DivClassName
{
background-color: #B265EC;
}
.BgClassName
{
background-color: #B265EC;
}
</style>
border-color css
<style>
span { border-color: #B265EC; }
span { border-color: rgb(178,101,236); }
td.TdClassName
{
border-color: #B265EC;
}
.TagClassName
{
border-color: #B265EC;
}
</style>