Shades of Medium Orchid #B565ED
Tints of Medium Orchid #B565ED
RGB
CMYK
RGB Variations
Color information
#B565ED (or 0xB565ED) is known color: Medium Orchid. HEX triplet: B5, 65 and ED. RGB value is (181,101,237). Sum of RGB (Red+Green+Blue) = 181+101+237=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #B565ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565ED is #4A9A12. Grayscale: #8B8B8B. Windows color (decimal): -4889107 or 15558069. OLE color: 15558069.
HSL color Cylindrical-coordinate representation of color #B565ED: hue angle of 275.29º degrees, saturation: 0.79, 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 #B565ED is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 101 | 237 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.07 |
| HSL | 275.29º | 0.79% | 0.66% | - |
| HSV(B) | 275.29º | 0.57% | 0.93% | - |
| XYZ | 39 | 25.25 | 82.94 | - |
| YUV | 140.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 237 | 0.24 | 0.57 | 0 | 0.07 | 275.29 | 0.79 | 0.66 |
| Hex | B5 | 65 | ED | 18 | 39 | 0 | 7 | 113 | 4F | 42 |
| Octal | 265 | 145 | 355 | 30 | 71 | 0 | 7 | 423 | 117 | 102 |
| Binary | 10110101 | 1100101 | 11101101 | 11000 | 111001 | 0 | 111 | 100010011 | 1001111 | 1000010 |
Color Harmonies of #B565ED
Complementary color
Monochromatic Colors of #B565ED
Black with #B565ED
Text Example
Text Example
White with #B565ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565ED; }
p { color: rgb(181,101,237); }
H1.HeaderClassName
{
color: #B565ED;
}
.AnyTagClassName
{
color: #B565ED;
}
</style>
background-color css
<style>
a { background-color: #B565ED; }
a { background-color: rgb(181,101,237); }
div.DivClassName
{
background-color: #B565ED;
}
.BgClassName
{
background-color: #B565ED;
}
</style>
border-color css
<style>
span { border-color: #B565ED; }
span { border-color: rgb(181,101,237); }
td.TdClassName
{
border-color: #B565ED;
}
.TagClassName
{
border-color: #B565ED;
}
</style>