Shades of Medium Orchid #B653EE
Tints of Medium Orchid #B653EE
RGB
CMYK
RGB Variations
Color information
#B653EE (or 0xB653EE) is known color: Medium Orchid. HEX triplet: B6, 53 and EE. RGB value is (182,83,238). Sum of RGB (Red+Green+Blue) = 182+83+238=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #B653EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B653EE is #49AC11. Grayscale: #818181. Windows color (decimal): -4828178 or 15618998. OLE color: 15618998.
HSL color Cylindrical-coordinate representation of color #B653EE: hue angle of 278.32º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B653EE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 83 | 238 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.07 |
| HSL | 278.32º | 0.82% | 0.63% | - |
| HSV(B) | 278.32º | 0.65% | 0.93% | - |
| XYZ | 37.82 | 22.3 | 83.2 | - |
| YUV | 130.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 238 | 0.24 | 0.65 | 0 | 0.07 | 278.32 | 0.82 | 0.63 |
| Hex | B6 | 53 | EE | 18 | 41 | 0 | 7 | 116 | 52 | 3F |
| Octal | 266 | 123 | 356 | 30 | 101 | 0 | 7 | 426 | 122 | 77 |
| Binary | 10110110 | 1010011 | 11101110 | 11000 | 1000001 | 0 | 111 | 100010110 | 1010010 | 111111 |
Color Harmonies of #B653EE
Complementary color
Monochromatic Colors of #B653EE
Black with #B653EE
Text Example
Text Example
White with #B653EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653EE; }
p { color: rgb(182,83,238); }
H1.HeaderClassName
{
color: #B653EE;
}
.AnyTagClassName
{
color: #B653EE;
}
</style>
background-color css
<style>
a { background-color: #B653EE; }
a { background-color: rgb(182,83,238); }
div.DivClassName
{
background-color: #B653EE;
}
.BgClassName
{
background-color: #B653EE;
}
</style>
border-color css
<style>
span { border-color: #B653EE; }
span { border-color: rgb(182,83,238); }
td.TdClassName
{
border-color: #B653EE;
}
.TagClassName
{
border-color: #B653EE;
}
</style>