Shades of Medium Orchid #B362EF
Tints of Medium Orchid #B362EF
RGB
CMYK
RGB Variations
Color information
#B362EF (or 0xB362EF) is known color: Medium Orchid. HEX triplet: B3, 62 and EF. RGB value is (179,98,239). Sum of RGB (Red+Green+Blue) = 179+98+239=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #B362EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362EF is #4C9D10. Grayscale: #898989. Windows color (decimal): -5020945 or 15688371. OLE color: 15688371.
HSL color Cylindrical-coordinate representation of color #B362EF: hue angle of 274.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B362EF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 98 | 239 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.06 |
| HSL | 274.47º | 0.82% | 0.66% | - |
| HSV(B) | 274.47º | 0.59% | 0.94% | - |
| XYZ | 38.54 | 24.55 | 84.37 | - |
| YUV | 138.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 239 | 0.25 | 0.59 | 0 | 0.06 | 274.47 | 0.82 | 0.66 |
| Hex | B3 | 62 | EF | 19 | 3B | 0 | 6 | 112 | 52 | 42 |
| Octal | 263 | 142 | 357 | 31 | 73 | 0 | 6 | 422 | 122 | 102 |
| Binary | 10110011 | 1100010 | 11101111 | 11001 | 111011 | 0 | 110 | 100010010 | 1010010 | 1000010 |
Color Harmonies of #B362EF
Complementary color
Monochromatic Colors of #B362EF
Black with #B362EF
Text Example
Text Example
White with #B362EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362EF; }
p { color: rgb(179,98,239); }
H1.HeaderClassName
{
color: #B362EF;
}
.AnyTagClassName
{
color: #B362EF;
}
</style>
background-color css
<style>
a { background-color: #B362EF; }
a { background-color: rgb(179,98,239); }
div.DivClassName
{
background-color: #B362EF;
}
.BgClassName
{
background-color: #B362EF;
}
</style>
border-color css
<style>
span { border-color: #B362EF; }
span { border-color: rgb(179,98,239); }
td.TdClassName
{
border-color: #B362EF;
}
.TagClassName
{
border-color: #B362EF;
}
</style>