Shades of Medium Orchid #B657ED
Tints of Medium Orchid #B657ED
RGB
CMYK
RGB Variations
Color information
#B657ED (or 0xB657ED) is known color: Medium Orchid. HEX triplet: B6, 57 and ED. RGB value is (182,87,237). Sum of RGB (Red+Green+Blue) = 182+87+237=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #B657ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B657ED is #49A812. Grayscale: #848484. Windows color (decimal): -4827155 or 15554486. OLE color: 15554486.
HSL color Cylindrical-coordinate representation of color #B657ED: hue angle of 278º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B657ED is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 87 | 237 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.07 |
| HSL | 278º | 0.81% | 0.64% | - |
| HSV(B) | 278º | 0.63% | 0.93% | - |
| XYZ | 37.99 | 22.88 | 82.53 | - |
| YUV | 132.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 237 | 0.23 | 0.63 | 0 | 0.07 | 278 | 0.81 | 0.64 |
| Hex | B6 | 57 | ED | 17 | 3F | 0 | 7 | 116 | 51 | 40 |
| Octal | 266 | 127 | 355 | 27 | 77 | 0 | 7 | 426 | 121 | 100 |
| Binary | 10110110 | 1010111 | 11101101 | 10111 | 111111 | 0 | 111 | 100010110 | 1010001 | 1000000 |
Color Harmonies of #B657ED
Complementary color
Monochromatic Colors of #B657ED
Black with #B657ED
Text Example
Text Example
White with #B657ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B657ED; }
p { color: rgb(182,87,237); }
H1.HeaderClassName
{
color: #B657ED;
}
.AnyTagClassName
{
color: #B657ED;
}
</style>
background-color css
<style>
a { background-color: #B657ED; }
a { background-color: rgb(182,87,237); }
div.DivClassName
{
background-color: #B657ED;
}
.BgClassName
{
background-color: #B657ED;
}
</style>
border-color css
<style>
span { border-color: #B657ED; }
span { border-color: rgb(182,87,237); }
td.TdClassName
{
border-color: #B657ED;
}
.TagClassName
{
border-color: #B657ED;
}
</style>