Shades of Medium Orchid #B653F0
Tints of Medium Orchid #B653F0
RGB
CMYK
RGB Variations
Color information
#B653F0 (or 0xB653F0) is known color: Medium Orchid. HEX triplet: B6, 53 and F0. RGB value is (182,83,240). Sum of RGB (Red+Green+Blue) = 182+83+240=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #B653F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B653F0 is #49AC0F. Grayscale: #818181. Windows color (decimal): -4828176 or 15750070. OLE color: 15750070.
HSL color Cylindrical-coordinate representation of color #B653F0: hue angle of 277.83º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B653F0 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 83 | 240 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.06 |
| HSL | 277.83º | 0.84% | 0.63% | - |
| HSV(B) | 277.83º | 0.65% | 0.94% | - |
| XYZ | 38.11 | 22.42 | 84.76 | - |
| YUV | 130.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 240 | 0.24 | 0.65 | 0 | 0.06 | 277.83 | 0.84 | 0.63 |
| Hex | B6 | 53 | F0 | 18 | 41 | 0 | 6 | 116 | 54 | 3F |
| Octal | 266 | 123 | 360 | 30 | 101 | 0 | 6 | 426 | 124 | 77 |
| Binary | 10110110 | 1010011 | 11110000 | 11000 | 1000001 | 0 | 110 | 100010110 | 1010100 | 111111 |
Color Harmonies of #B653F0
Complementary color
Monochromatic Colors of #B653F0
Black with #B653F0
Text Example
Text Example
White with #B653F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653F0; }
p { color: rgb(182,83,240); }
H1.HeaderClassName
{
color: #B653F0;
}
.AnyTagClassName
{
color: #B653F0;
}
</style>
background-color css
<style>
a { background-color: #B653F0; }
a { background-color: rgb(182,83,240); }
div.DivClassName
{
background-color: #B653F0;
}
.BgClassName
{
background-color: #B653F0;
}
</style>
border-color css
<style>
span { border-color: #B653F0; }
span { border-color: rgb(182,83,240); }
td.TdClassName
{
border-color: #B653F0;
}
.TagClassName
{
border-color: #B653F0;
}
</style>