Shades of Medium Orchid #B657C9
Tints of Medium Orchid #B657C9
RGB
CMYK
RGB Variations
Color information
#B657C9 (or 0xB657C9) is known color: Medium Orchid. HEX triplet: B6, 57 and C9. RGB value is (182,87,201). Sum of RGB (Red+Green+Blue) = 182+87+201=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #B657C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657C9 is #49A836. Grayscale: #808080. Windows color (decimal): -4827191 or 13195190. OLE color: 13195190.
HSL color Cylindrical-coordinate representation of color #B657C9: hue angle of 290º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B657C9 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 87 | 201 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.21 |
| HSL | 290º | 0.51% | 0.56% | - |
| HSV(B) | 290º | 0.57% | 0.79% | - |
| XYZ | 33.24 | 20.98 | 57.56 | - |
| YUV | 128.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 201 | 0.09 | 0.57 | 0 | 0.21 | 290 | 0.51 | 0.56 |
| Hex | B6 | 57 | C9 | 9 | 39 | 0 | 15 | 122 | 33 | 38 |
| Octal | 266 | 127 | 311 | 11 | 71 | 0 | 25 | 442 | 63 | 70 |
| Binary | 10110110 | 1010111 | 11001001 | 1001 | 111001 | 0 | 10101 | 100100010 | 110011 | 111000 |
Color Harmonies of #B657C9
Complementary color
Monochromatic Colors of #B657C9
Black with #B657C9
Text Example
Text Example
White with #B657C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B657C9; }
p { color: rgb(182,87,201); }
H1.HeaderClassName
{
color: #B657C9;
}
.AnyTagClassName
{
color: #B657C9;
}
</style>
background-color css
<style>
a { background-color: #B657C9; }
a { background-color: rgb(182,87,201); }
div.DivClassName
{
background-color: #B657C9;
}
.BgClassName
{
background-color: #B657C9;
}
</style>
border-color css
<style>
span { border-color: #B657C9; }
span { border-color: rgb(182,87,201); }
td.TdClassName
{
border-color: #B657C9;
}
.TagClassName
{
border-color: #B657C9;
}
</style>