Shades of Medium Orchid #B653E7
Tints of Medium Orchid #B653E7
RGB
CMYK
RGB Variations
Color information
#B653E7 (or 0xB653E7) is known color: Medium Orchid. HEX triplet: B6, 53 and E7. RGB value is (182,83,231). Sum of RGB (Red+Green+Blue) = 182+83+231=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #B653E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B653E7 is #49AC18. Grayscale: #808080. Windows color (decimal): -4828185 or 15160246. OLE color: 15160246.
HSL color Cylindrical-coordinate representation of color #B653E7: hue angle of 280.14º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B653E7 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 83 | 231 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.09 |
| HSL | 280.14º | 0.76% | 0.62% | - |
| HSV(B) | 280.14º | 0.64% | 0.91% | - |
| XYZ | 36.81 | 21.9 | 77.89 | - |
| YUV | 129.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 231 | 0.21 | 0.64 | 0 | 0.09 | 280.14 | 0.76 | 0.62 |
| Hex | B6 | 53 | E7 | 15 | 40 | 0 | 9 | 118 | 4C | 3E |
| Octal | 266 | 123 | 347 | 25 | 100 | 0 | 11 | 430 | 114 | 76 |
| Binary | 10110110 | 1010011 | 11100111 | 10101 | 1000000 | 0 | 1001 | 100011000 | 1001100 | 111110 |
Color Harmonies of #B653E7
Complementary color
Monochromatic Colors of #B653E7
Black with #B653E7
Text Example
Text Example
White with #B653E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653E7; }
p { color: rgb(182,83,231); }
H1.HeaderClassName
{
color: #B653E7;
}
.AnyTagClassName
{
color: #B653E7;
}
</style>
background-color css
<style>
a { background-color: #B653E7; }
a { background-color: rgb(182,83,231); }
div.DivClassName
{
background-color: #B653E7;
}
.BgClassName
{
background-color: #B653E7;
}
</style>
border-color css
<style>
span { border-color: #B653E7; }
span { border-color: rgb(182,83,231); }
td.TdClassName
{
border-color: #B653E7;
}
.TagClassName
{
border-color: #B653E7;
}
</style>