Shades of Medium Orchid #B347EC
Tints of Medium Orchid #B347EC
RGB
CMYK
RGB Variations
Color information
#B347EC (or 0xB347EC) is known color: Medium Orchid. HEX triplet: B3, 47 and EC. RGB value is (179,71,236). Sum of RGB (Red+Green+Blue) = 179+71+236=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #B347EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B347EC is #4CB813. Grayscale: #797979. Windows color (decimal): -5027860 or 15484851. OLE color: 15484851.
HSL color Cylindrical-coordinate representation of color #B347EC: hue angle of 279.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B347EC is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 71 | 236 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.07 |
| HSL | 279.27º | 0.81% | 0.6% | - |
| HSV(B) | 279.27º | 0.7% | 0.93% | - |
| XYZ | 35.98 | 20.15 | 81.35 | - |
| YUV | 122.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 236 | 0.24 | 0.70 | 0 | 0.07 | 279.27 | 0.81 | 0.6 |
| Hex | B3 | 47 | EC | 18 | 46 | 0 | 7 | 117 | 51 | 3C |
| Octal | 263 | 107 | 354 | 30 | 106 | 0 | 7 | 427 | 121 | 74 |
| Binary | 10110011 | 1000111 | 11101100 | 11000 | 1000110 | 0 | 111 | 100010111 | 1010001 | 111100 |
Color Harmonies of #B347EC
Complementary color
Monochromatic Colors of #B347EC
Black with #B347EC
Text Example
Text Example
White with #B347EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B347EC; }
p { color: rgb(179,71,236); }
H1.HeaderClassName
{
color: #B347EC;
}
.AnyTagClassName
{
color: #B347EC;
}
</style>
background-color css
<style>
a { background-color: #B347EC; }
a { background-color: rgb(179,71,236); }
div.DivClassName
{
background-color: #B347EC;
}
.BgClassName
{
background-color: #B347EC;
}
</style>
border-color css
<style>
span { border-color: #B347EC; }
span { border-color: rgb(179,71,236); }
td.TdClassName
{
border-color: #B347EC;
}
.TagClassName
{
border-color: #B347EC;
}
</style>