Shades of Medium Orchid #B652EE
Tints of Medium Orchid #B652EE
RGB
CMYK
RGB Variations
Color information
#B652EE (or 0xB652EE) is known color: Medium Orchid. HEX triplet: B6, 52 and EE. RGB value is (182,82,238). Sum of RGB (Red+Green+Blue) = 182+82+238=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #B652EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B652EE is #49AD11. Grayscale: #818181. Windows color (decimal): -4828434 or 15618742. OLE color: 15618742.
HSL color Cylindrical-coordinate representation of color #B652EE: hue angle of 278.46º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B652EE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 82 | 238 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.07 |
| HSL | 278.46º | 0.82% | 0.63% | - |
| HSV(B) | 278.46º | 0.66% | 0.93% | - |
| XYZ | 37.74 | 22.15 | 83.18 | - |
| YUV | 129.68 | 189.13 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 238 | 0.24 | 0.66 | 0 | 0.07 | 278.46 | 0.82 | 0.63 |
| Hex | B6 | 52 | EE | 18 | 42 | 0 | 7 | 116 | 52 | 3F |
| Octal | 266 | 122 | 356 | 30 | 102 | 0 | 7 | 426 | 122 | 77 |
| Binary | 10110110 | 1010010 | 11101110 | 11000 | 1000010 | 0 | 111 | 100010110 | 1010010 | 111111 |
Color Harmonies of #B652EE
Complementary color
Monochromatic Colors of #B652EE
Black with #B652EE
Text Example
Text Example
White with #B652EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652EE; }
p { color: rgb(182,82,238); }
H1.HeaderClassName
{
color: #B652EE;
}
.AnyTagClassName
{
color: #B652EE;
}
</style>
background-color css
<style>
a { background-color: #B652EE; }
a { background-color: rgb(182,82,238); }
div.DivClassName
{
background-color: #B652EE;
}
.BgClassName
{
background-color: #B652EE;
}
</style>
border-color css
<style>
span { border-color: #B652EE; }
span { border-color: rgb(182,82,238); }
td.TdClassName
{
border-color: #B652EE;
}
.TagClassName
{
border-color: #B652EE;
}
</style>