Shades of Medium Orchid #B655F0
Tints of Medium Orchid #B655F0
RGB
CMYK
RGB Variations
Color information
#B655F0 (or 0xB655F0) is known color: Medium Orchid. HEX triplet: B6, 55 and F0. RGB value is (182,85,240). Sum of RGB (Red+Green+Blue) = 182+85+240=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #B655F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655F0 is #49AA0F. Grayscale: #838383. Windows color (decimal): -4827664 or 15750582. OLE color: 15750582.
HSL color Cylindrical-coordinate representation of color #B655F0: hue angle of 277.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B655F0 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 85 | 240 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.06 |
| HSL | 277.55º | 0.84% | 0.64% | - |
| HSV(B) | 277.55º | 0.65% | 0.94% | - |
| XYZ | 38.27 | 22.73 | 84.81 | - |
| YUV | 131.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 240 | 0.24 | 0.65 | 0 | 0.06 | 277.55 | 0.84 | 0.64 |
| Hex | B6 | 55 | F0 | 18 | 41 | 0 | 6 | 116 | 54 | 40 |
| Octal | 266 | 125 | 360 | 30 | 101 | 0 | 6 | 426 | 124 | 100 |
| Binary | 10110110 | 1010101 | 11110000 | 11000 | 1000001 | 0 | 110 | 100010110 | 1010100 | 1000000 |
Color Harmonies of #B655F0
Complementary color
Monochromatic Colors of #B655F0
Black with #B655F0
Text Example
Text Example
White with #B655F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655F0; }
p { color: rgb(182,85,240); }
H1.HeaderClassName
{
color: #B655F0;
}
.AnyTagClassName
{
color: #B655F0;
}
</style>
background-color css
<style>
a { background-color: #B655F0; }
a { background-color: rgb(182,85,240); }
div.DivClassName
{
background-color: #B655F0;
}
.BgClassName
{
background-color: #B655F0;
}
</style>
border-color css
<style>
span { border-color: #B655F0; }
span { border-color: rgb(182,85,240); }
td.TdClassName
{
border-color: #B655F0;
}
.TagClassName
{
border-color: #B655F0;
}
</style>