Shades of Medium Orchid #B658ED
Tints of Medium Orchid #B658ED
RGB
CMYK
RGB Variations
Color information
#B658ED (or 0xB658ED) is known color: Medium Orchid. HEX triplet: B6, 58 and ED. RGB value is (182,88,237). Sum of RGB (Red+Green+Blue) = 182+88+237=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #B658ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658ED is #49A712. Grayscale: #848484. Windows color (decimal): -4826899 or 15554742. OLE color: 15554742.
HSL color Cylindrical-coordinate representation of color #B658ED: hue angle of 277.85º 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 #B658ED is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 88 | 237 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.07 |
| HSL | 277.85º | 0.81% | 0.64% | - |
| HSV(B) | 277.85º | 0.63% | 0.93% | - |
| XYZ | 38.07 | 23.04 | 82.56 | - |
| YUV | 133.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 237 | 0.23 | 0.63 | 0 | 0.07 | 277.85 | 0.81 | 0.64 |
| Hex | B6 | 58 | ED | 17 | 3F | 0 | 7 | 116 | 51 | 40 |
| Octal | 266 | 130 | 355 | 27 | 77 | 0 | 7 | 426 | 121 | 100 |
| Binary | 10110110 | 1011000 | 11101101 | 10111 | 111111 | 0 | 111 | 100010110 | 1010001 | 1000000 |
Color Harmonies of #B658ED
Complementary color
Monochromatic Colors of #B658ED
Black with #B658ED
Text Example
Text Example
White with #B658ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658ED; }
p { color: rgb(182,88,237); }
H1.HeaderClassName
{
color: #B658ED;
}
.AnyTagClassName
{
color: #B658ED;
}
</style>
background-color css
<style>
a { background-color: #B658ED; }
a { background-color: rgb(182,88,237); }
div.DivClassName
{
background-color: #B658ED;
}
.BgClassName
{
background-color: #B658ED;
}
</style>
border-color css
<style>
span { border-color: #B658ED; }
span { border-color: rgb(182,88,237); }
td.TdClassName
{
border-color: #B658ED;
}
.TagClassName
{
border-color: #B658ED;
}
</style>