Shades of Medium Orchid #B362EE
Tints of Medium Orchid #B362EE
RGB
CMYK
RGB Variations
Color information
#B362EE (or 0xB362EE) is known color: Medium Orchid. HEX triplet: B3, 62 and EE. RGB value is (179,98,238). Sum of RGB (Red+Green+Blue) = 179+98+238=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #B362EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362EE is #4C9D11. Grayscale: #898989. Windows color (decimal): -5020946 or 15622835. OLE color: 15622835.
HSL color Cylindrical-coordinate representation of color #B362EE: hue angle of 274.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B362EE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 98 | 238 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.07 |
| HSL | 274.71º | 0.8% | 0.66% | - |
| HSV(B) | 274.71º | 0.59% | 0.93% | - |
| XYZ | 38.39 | 24.49 | 83.59 | - |
| YUV | 138.18 | 184.34 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 238 | 0.25 | 0.59 | 0 | 0.07 | 274.71 | 0.8 | 0.66 |
| Hex | B3 | 62 | EE | 19 | 3B | 0 | 7 | 113 | 50 | 42 |
| Octal | 263 | 142 | 356 | 31 | 73 | 0 | 7 | 423 | 120 | 102 |
| Binary | 10110011 | 1100010 | 11101110 | 11001 | 111011 | 0 | 111 | 100010011 | 1010000 | 1000010 |
Color Harmonies of #B362EE
Complementary color
Monochromatic Colors of #B362EE
Black with #B362EE
Text Example
Text Example
White with #B362EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362EE; }
p { color: rgb(179,98,238); }
H1.HeaderClassName
{
color: #B362EE;
}
.AnyTagClassName
{
color: #B362EE;
}
</style>
background-color css
<style>
a { background-color: #B362EE; }
a { background-color: rgb(179,98,238); }
div.DivClassName
{
background-color: #B362EE;
}
.BgClassName
{
background-color: #B362EE;
}
</style>
border-color css
<style>
span { border-color: #B362EE; }
span { border-color: rgb(179,98,238); }
td.TdClassName
{
border-color: #B362EE;
}
.TagClassName
{
border-color: #B362EE;
}
</style>