Shades of Medium Orchid #B340EE
Tints of Medium Orchid #B340EE
RGB
CMYK
RGB Variations
Color information
#B340EE (or 0xB340EE) is known color: Medium Orchid. HEX triplet: B3, 40 and EE. RGB value is (179,64,238). Sum of RGB (Red+Green+Blue) = 179+64+238=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #B340EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340EE is #4CBF11. Grayscale: #757575. Windows color (decimal): -5029650 or 15614131. OLE color: 15614131.
HSL color Cylindrical-coordinate representation of color #B340EE: hue angle of 279.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B340EE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 64 | 238 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.07 |
| HSL | 279.66º | 0.84% | 0.59% | - |
| HSV(B) | 279.66º | 0.73% | 0.93% | - |
| XYZ | 35.86 | 19.42 | 82.75 | - |
| YUV | 118.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 238 | 0.25 | 0.73 | 0 | 0.07 | 279.66 | 0.84 | 0.59 |
| Hex | B3 | 40 | EE | 19 | 49 | 0 | 7 | 118 | 54 | 3B |
| Octal | 263 | 100 | 356 | 31 | 111 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110011 | 1000000 | 11101110 | 11001 | 1001001 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B340EE
Complementary color
Monochromatic Colors of #B340EE
Black with #B340EE
Text Example
Text Example
White with #B340EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340EE; }
p { color: rgb(179,64,238); }
H1.HeaderClassName
{
color: #B340EE;
}
.AnyTagClassName
{
color: #B340EE;
}
</style>
background-color css
<style>
a { background-color: #B340EE; }
a { background-color: rgb(179,64,238); }
div.DivClassName
{
background-color: #B340EE;
}
.BgClassName
{
background-color: #B340EE;
}
</style>
border-color css
<style>
span { border-color: #B340EE; }
span { border-color: rgb(179,64,238); }
td.TdClassName
{
border-color: #B340EE;
}
.TagClassName
{
border-color: #B340EE;
}
</style>