Shades of Medium Orchid #B946E3
Tints of Medium Orchid #B946E3
RGB
CMYK
RGB Variations
Color information
#B946E3 (or 0xB946E3) is known color: Medium Orchid. HEX triplet: B9, 46 and E3. RGB value is (185,70,227). Sum of RGB (Red+Green+Blue) = 185+70+227=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #B946E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946E3 is #46B91C. Grayscale: #797979. Windows color (decimal): -4634909 or 14894777. OLE color: 14894777.
HSL color Cylindrical-coordinate representation of color #B946E3: hue angle of 283.95º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B946E3 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 70 | 227 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.11 |
| HSL | 283.95º | 0.74% | 0.58% | - |
| HSV(B) | 283.95º | 0.69% | 0.89% | - |
| XYZ | 36.06 | 20.24 | 74.68 | - |
| YUV | 122.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 227 | 0.19 | 0.69 | 0 | 0.11 | 283.95 | 0.74 | 0.58 |
| Hex | B9 | 46 | E3 | 13 | 45 | 0 | B | 11C | 4A | 3A |
| Octal | 271 | 106 | 343 | 23 | 105 | 0 | 13 | 434 | 112 | 72 |
| Binary | 10111001 | 1000110 | 11100011 | 10011 | 1000101 | 0 | 1011 | 100011100 | 1001010 | 111010 |
Color Harmonies of #B946E3
Complementary color
Monochromatic Colors of #B946E3
Black with #B946E3
Text Example
Text Example
White with #B946E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946E3; }
p { color: rgb(185,70,227); }
H1.HeaderClassName
{
color: #B946E3;
}
.AnyTagClassName
{
color: #B946E3;
}
</style>
background-color css
<style>
a { background-color: #B946E3; }
a { background-color: rgb(185,70,227); }
div.DivClassName
{
background-color: #B946E3;
}
.BgClassName
{
background-color: #B946E3;
}
</style>
border-color css
<style>
span { border-color: #B946E3; }
span { border-color: rgb(185,70,227); }
td.TdClassName
{
border-color: #B946E3;
}
.TagClassName
{
border-color: #B946E3;
}
</style>