Shades of Medium Orchid #B364EE
Tints of Medium Orchid #B364EE
RGB
CMYK
RGB Variations
Color information
#B364EE (or 0xB364EE) is known color: Medium Orchid. HEX triplet: B3, 64 and EE. RGB value is (179,100,238). Sum of RGB (Red+Green+Blue) = 179+100+238=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #B364EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B364EE is #4C9B11. Grayscale: #8A8A8A. Windows color (decimal): -5020434 or 15623347. OLE color: 15623347.
HSL color Cylindrical-coordinate representation of color #B364EE: hue angle of 274.35º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B364EE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 100 | 238 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.07 |
| HSL | 274.35º | 0.8% | 0.66% | - |
| HSV(B) | 274.35º | 0.58% | 0.93% | - |
| XYZ | 38.58 | 24.87 | 83.66 | - |
| YUV | 139.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 238 | 0.25 | 0.58 | 0 | 0.07 | 274.35 | 0.8 | 0.66 |
| Hex | B3 | 64 | EE | 19 | 3A | 0 | 7 | 112 | 50 | 42 |
| Octal | 263 | 144 | 356 | 31 | 72 | 0 | 7 | 422 | 120 | 102 |
| Binary | 10110011 | 1100100 | 11101110 | 11001 | 111010 | 0 | 111 | 100010010 | 1010000 | 1000010 |
Color Harmonies of #B364EE
Complementary color
Monochromatic Colors of #B364EE
Black with #B364EE
Text Example
Text Example
White with #B364EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364EE; }
p { color: rgb(179,100,238); }
H1.HeaderClassName
{
color: #B364EE;
}
.AnyTagClassName
{
color: #B364EE;
}
</style>
background-color css
<style>
a { background-color: #B364EE; }
a { background-color: rgb(179,100,238); }
div.DivClassName
{
background-color: #B364EE;
}
.BgClassName
{
background-color: #B364EE;
}
</style>
border-color css
<style>
span { border-color: #B364EE; }
span { border-color: rgb(179,100,238); }
td.TdClassName
{
border-color: #B364EE;
}
.TagClassName
{
border-color: #B364EE;
}
</style>