Shades of Medium Orchid #B246ED
Tints of Medium Orchid #B246ED
RGB
CMYK
RGB Variations
Color information
#B246ED (or 0xB246ED) is known color: Medium Orchid. HEX triplet: B2, 46 and ED. RGB value is (178,70,237). Sum of RGB (Red+Green+Blue) = 178+70+237=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #B246ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B246ED is #4DB912. Grayscale: #787878. Windows color (decimal): -5093651 or 15550130. OLE color: 15550130.
HSL color Cylindrical-coordinate representation of color #B246ED: hue angle of 278.8º degrees, saturation: 0.82, 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 #B246ED is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 70 | 237 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.07 |
| HSL | 278.8º | 0.82% | 0.6% | - |
| HSV(B) | 278.8º | 0.7% | 0.93% | - |
| XYZ | 35.84 | 19.96 | 82.08 | - |
| YUV | 121.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 237 | 0.25 | 0.70 | 0 | 0.07 | 278.8 | 0.82 | 0.6 |
| Hex | B2 | 46 | ED | 19 | 46 | 0 | 7 | 117 | 52 | 3C |
| Octal | 262 | 106 | 355 | 31 | 106 | 0 | 7 | 427 | 122 | 74 |
| Binary | 10110010 | 1000110 | 11101101 | 11001 | 1000110 | 0 | 111 | 100010111 | 1010010 | 111100 |
Color Harmonies of #B246ED
Complementary color
Monochromatic Colors of #B246ED
Black with #B246ED
Text Example
Text Example
White with #B246ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B246ED; }
p { color: rgb(178,70,237); }
H1.HeaderClassName
{
color: #B246ED;
}
.AnyTagClassName
{
color: #B246ED;
}
</style>
background-color css
<style>
a { background-color: #B246ED; }
a { background-color: rgb(178,70,237); }
div.DivClassName
{
background-color: #B246ED;
}
.BgClassName
{
background-color: #B246ED;
}
</style>
border-color css
<style>
span { border-color: #B246ED; }
span { border-color: rgb(178,70,237); }
td.TdClassName
{
border-color: #B246ED;
}
.TagClassName
{
border-color: #B246ED;
}
</style>