Shades of Medium Orchid #B657F9
Tints of Medium Orchid #B657F9
RGB
CMYK
RGB Variations
Color information
#B657F9 (or 0xB657F9) is known color: Medium Orchid. HEX triplet: B6, 57 and F9. RGB value is (182,87,249). Sum of RGB (Red+Green+Blue) = 182+87+249=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #B657F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B657F9 is #49A806. Grayscale: #858585. Windows color (decimal): -4827143 or 16340918. OLE color: 16340918.
HSL color Cylindrical-coordinate representation of color #B657F9: hue angle of 275.19º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B657F9 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 87 | 249 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.02 |
| HSL | 275.19º | 0.93% | 0.66% | - |
| HSV(B) | 275.19º | 0.65% | 0.98% | - |
| XYZ | 39.8 | 23.6 | 92.08 | - |
| YUV | 133.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 249 | 0.27 | 0.65 | 0 | 0.02 | 275.19 | 0.93 | 0.66 |
| Hex | B6 | 57 | F9 | 1B | 41 | 0 | 2 | 113 | 5D | 42 |
| Octal | 266 | 127 | 371 | 33 | 101 | 0 | 2 | 423 | 135 | 102 |
| Binary | 10110110 | 1010111 | 11111001 | 11011 | 1000001 | 0 | 10 | 100010011 | 1011101 | 1000010 |
Color Harmonies of #B657F9
Complementary color
Monochromatic Colors of #B657F9
Black with #B657F9
Text Example
Text Example
White with #B657F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B657F9; }
p { color: rgb(182,87,249); }
H1.HeaderClassName
{
color: #B657F9;
}
.AnyTagClassName
{
color: #B657F9;
}
</style>
background-color css
<style>
a { background-color: #B657F9; }
a { background-color: rgb(182,87,249); }
div.DivClassName
{
background-color: #B657F9;
}
.BgClassName
{
background-color: #B657F9;
}
</style>
border-color css
<style>
span { border-color: #B657F9; }
span { border-color: rgb(182,87,249); }
td.TdClassName
{
border-color: #B657F9;
}
.TagClassName
{
border-color: #B657F9;
}
</style>