Shades of Medium Orchid #B340EC
Tints of Medium Orchid #B340EC
RGB
CMYK
RGB Variations
Color information
#B340EC (or 0xB340EC) is known color: Medium Orchid. HEX triplet: B3, 40 and EC. RGB value is (179,64,236). Sum of RGB (Red+Green+Blue) = 179+64+236=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B340EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340EC is #4CBF13. Grayscale: #757575. Windows color (decimal): -5029652 or 15483059. OLE color: 15483059.
HSL color Cylindrical-coordinate representation of color #B340EC: hue angle of 280.12º degrees, saturation: 0.82, 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 #B340EC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 64 | 236 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.07 |
| HSL | 280.12º | 0.82% | 0.59% | - |
| HSV(B) | 280.12º | 0.73% | 0.93% | - |
| XYZ | 35.56 | 19.31 | 81.21 | - |
| YUV | 117.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 236 | 0.24 | 0.73 | 0 | 0.07 | 280.12 | 0.82 | 0.59 |
| Hex | B3 | 40 | EC | 18 | 49 | 0 | 7 | 118 | 52 | 3B |
| Octal | 263 | 100 | 354 | 30 | 111 | 0 | 7 | 430 | 122 | 73 |
| Binary | 10110011 | 1000000 | 11101100 | 11000 | 1001001 | 0 | 111 | 100011000 | 1010010 | 111011 |
Color Harmonies of #B340EC
Complementary color
Monochromatic Colors of #B340EC
Black with #B340EC
Text Example
Text Example
White with #B340EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340EC; }
p { color: rgb(179,64,236); }
H1.HeaderClassName
{
color: #B340EC;
}
.AnyTagClassName
{
color: #B340EC;
}
</style>
background-color css
<style>
a { background-color: #B340EC; }
a { background-color: rgb(179,64,236); }
div.DivClassName
{
background-color: #B340EC;
}
.BgClassName
{
background-color: #B340EC;
}
</style>
border-color css
<style>
span { border-color: #B340EC; }
span { border-color: rgb(179,64,236); }
td.TdClassName
{
border-color: #B340EC;
}
.TagClassName
{
border-color: #B340EC;
}
</style>