Shades of Medium Orchid #B94EDB
Tints of Medium Orchid #B94EDB
RGB
CMYK
RGB Variations
Color information
#B94EDB (or 0xB94EDB) is known color: Medium Orchid. HEX triplet: B9, 4E and DB. RGB value is (185,78,219). Sum of RGB (Red+Green+Blue) = 185+78+219=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #B94EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EDB is #46B124. Grayscale: #7D7D7D. Windows color (decimal): -4632869 or 14372537. OLE color: 14372537.
HSL color Cylindrical-coordinate representation of color #B94EDB: hue angle of 285.53º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94EDB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 78 | 219 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.14 |
| HSL | 285.53º | 0.66% | 0.58% | - |
| HSV(B) | 285.53º | 0.64% | 0.86% | - |
| XYZ | 35.52 | 20.88 | 69.18 | - |
| YUV | 126.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 219 | 0.16 | 0.64 | 0 | 0.14 | 285.53 | 0.66 | 0.58 |
| Hex | B9 | 4E | DB | 10 | 40 | 0 | E | 11E | 42 | 3A |
| Octal | 271 | 116 | 333 | 20 | 100 | 0 | 16 | 436 | 102 | 72 |
| Binary | 10111001 | 1001110 | 11011011 | 10000 | 1000000 | 0 | 1110 | 100011110 | 1000010 | 111010 |
Color Harmonies of #B94EDB
Complementary color
Monochromatic Colors of #B94EDB
Black with #B94EDB
Text Example
Text Example
White with #B94EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94EDB; }
p { color: rgb(185,78,219); }
H1.HeaderClassName
{
color: #B94EDB;
}
.AnyTagClassName
{
color: #B94EDB;
}
</style>
background-color css
<style>
a { background-color: #B94EDB; }
a { background-color: rgb(185,78,219); }
div.DivClassName
{
background-color: #B94EDB;
}
.BgClassName
{
background-color: #B94EDB;
}
</style>
border-color css
<style>
span { border-color: #B94EDB; }
span { border-color: rgb(185,78,219); }
td.TdClassName
{
border-color: #B94EDB;
}
.TagClassName
{
border-color: #B94EDB;
}
</style>