Shades of Medium Orchid #B657E7
Tints of Medium Orchid #B657E7
RGB
CMYK
RGB Variations
Color information
#B657E7 (or 0xB657E7) is known color: Medium Orchid. HEX triplet: B6, 57 and E7. RGB value is (182,87,231). Sum of RGB (Red+Green+Blue) = 182+87+231=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #B657E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B657E7 is #49A818. Grayscale: #838383. Windows color (decimal): -4827161 or 15161270. OLE color: 15161270.
HSL color Cylindrical-coordinate representation of color #B657E7: hue angle of 279.58º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B657E7 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 87 | 231 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.09 |
| HSL | 279.58º | 0.75% | 0.62% | - |
| HSV(B) | 279.58º | 0.62% | 0.91% | - |
| XYZ | 37.12 | 22.53 | 77.99 | - |
| YUV | 131.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 231 | 0.21 | 0.62 | 0 | 0.09 | 279.58 | 0.75 | 0.62 |
| Hex | B6 | 57 | E7 | 15 | 3E | 0 | 9 | 118 | 4B | 3E |
| Octal | 266 | 127 | 347 | 25 | 76 | 0 | 11 | 430 | 113 | 76 |
| Binary | 10110110 | 1010111 | 11100111 | 10101 | 111110 | 0 | 1001 | 100011000 | 1001011 | 111110 |
Color Harmonies of #B657E7
Complementary color
Monochromatic Colors of #B657E7
Black with #B657E7
Text Example
Text Example
White with #B657E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B657E7; }
p { color: rgb(182,87,231); }
H1.HeaderClassName
{
color: #B657E7;
}
.AnyTagClassName
{
color: #B657E7;
}
</style>
background-color css
<style>
a { background-color: #B657E7; }
a { background-color: rgb(182,87,231); }
div.DivClassName
{
background-color: #B657E7;
}
.BgClassName
{
background-color: #B657E7;
}
</style>
border-color css
<style>
span { border-color: #B657E7; }
span { border-color: rgb(182,87,231); }
td.TdClassName
{
border-color: #B657E7;
}
.TagClassName
{
border-color: #B657E7;
}
</style>