Shades of Medium Orchid #B565EC
Tints of Medium Orchid #B565EC
RGB
CMYK
RGB Variations
Color information
#B565EC (or 0xB565EC) is known color: Medium Orchid. HEX triplet: B5, 65 and EC. RGB value is (181,101,236). Sum of RGB (Red+Green+Blue) = 181+101+236=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #B565EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565EC is #4A9A13. Grayscale: #8B8B8B. Windows color (decimal): -4889108 or 15492533. OLE color: 15492533.
HSL color Cylindrical-coordinate representation of color #B565EC: hue angle of 275.56º 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 #B565EC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 101 | 236 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.07 |
| HSL | 275.56º | 0.78% | 0.66% | - |
| HSV(B) | 275.56º | 0.57% | 0.93% | - |
| XYZ | 38.85 | 25.19 | 82.17 | - |
| YUV | 140.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 236 | 0.23 | 0.57 | 0 | 0.07 | 275.56 | 0.78 | 0.66 |
| Hex | B5 | 65 | EC | 17 | 39 | 0 | 7 | 114 | 4E | 42 |
| Octal | 265 | 145 | 354 | 27 | 71 | 0 | 7 | 424 | 116 | 102 |
| Binary | 10110101 | 1100101 | 11101100 | 10111 | 111001 | 0 | 111 | 100010100 | 1001110 | 1000010 |
Color Harmonies of #B565EC
Complementary color
Monochromatic Colors of #B565EC
Black with #B565EC
Text Example
Text Example
White with #B565EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565EC; }
p { color: rgb(181,101,236); }
H1.HeaderClassName
{
color: #B565EC;
}
.AnyTagClassName
{
color: #B565EC;
}
</style>
background-color css
<style>
a { background-color: #B565EC; }
a { background-color: rgb(181,101,236); }
div.DivClassName
{
background-color: #B565EC;
}
.BgClassName
{
background-color: #B565EC;
}
</style>
border-color css
<style>
span { border-color: #B565EC; }
span { border-color: rgb(181,101,236); }
td.TdClassName
{
border-color: #B565EC;
}
.TagClassName
{
border-color: #B565EC;
}
</style>