Shades of Medium Orchid #B946ED
Tints of Medium Orchid #B946ED
RGB
CMYK
RGB Variations
Color information
#B946ED (or 0xB946ED) is known color: Medium Orchid. HEX triplet: B9, 46 and ED. RGB value is (185,70,237). Sum of RGB (Red+Green+Blue) = 185+70+237=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #B946ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946ED is #46B912. Grayscale: #7A7A7A. Windows color (decimal): -4634899 or 15550137. OLE color: 15550137.
HSL color Cylindrical-coordinate representation of color #B946ED: hue angle of 281.32º 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 #B946ED is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 70 | 237 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.07 |
| HSL | 281.32º | 0.82% | 0.6% | - |
| HSV(B) | 281.32º | 0.7% | 0.93% | - |
| XYZ | 37.48 | 20.81 | 82.16 | - |
| YUV | 123.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 237 | 0.22 | 0.70 | 0 | 0.07 | 281.32 | 0.82 | 0.6 |
| Hex | B9 | 46 | ED | 16 | 46 | 0 | 7 | 119 | 52 | 3C |
| Octal | 271 | 106 | 355 | 26 | 106 | 0 | 7 | 431 | 122 | 74 |
| Binary | 10111001 | 1000110 | 11101101 | 10110 | 1000110 | 0 | 111 | 100011001 | 1010010 | 111100 |
Color Harmonies of #B946ED
Complementary color
Monochromatic Colors of #B946ED
Black with #B946ED
Text Example
Text Example
White with #B946ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946ED; }
p { color: rgb(185,70,237); }
H1.HeaderClassName
{
color: #B946ED;
}
.AnyTagClassName
{
color: #B946ED;
}
</style>
background-color css
<style>
a { background-color: #B946ED; }
a { background-color: rgb(185,70,237); }
div.DivClassName
{
background-color: #B946ED;
}
.BgClassName
{
background-color: #B946ED;
}
</style>
border-color css
<style>
span { border-color: #B946ED; }
span { border-color: rgb(185,70,237); }
td.TdClassName
{
border-color: #B946ED;
}
.TagClassName
{
border-color: #B946ED;
}
</style>