Shades of Medium Orchid #B94CDB
Tints of Medium Orchid #B94CDB
RGB
CMYK
RGB Variations
Color information
#B94CDB (or 0xB94CDB) is known color: Medium Orchid. HEX triplet: B9, 4C and DB. RGB value is (185,76,219). Sum of RGB (Red+Green+Blue) = 185+76+219=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B94CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CDB is #46B324. Grayscale: #7C7C7C. Windows color (decimal): -4633381 or 14372025. OLE color: 14372025.
HSL color Cylindrical-coordinate representation of color #B94CDB: hue angle of 285.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94CDB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 76 | 219 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.14 |
| HSL | 285.73º | 0.67% | 0.58% | - |
| HSV(B) | 285.73º | 0.65% | 0.86% | - |
| XYZ | 35.38 | 20.6 | 69.13 | - |
| YUV | 124.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 219 | 0.16 | 0.65 | 0 | 0.14 | 285.73 | 0.67 | 0.58 |
| Hex | B9 | 4C | DB | 10 | 41 | 0 | E | 11E | 43 | 3A |
| Octal | 271 | 114 | 333 | 20 | 101 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111001 | 1001100 | 11011011 | 10000 | 1000001 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #B94CDB
Complementary color
Monochromatic Colors of #B94CDB
Black with #B94CDB
Text Example
Text Example
White with #B94CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CDB; }
p { color: rgb(185,76,219); }
H1.HeaderClassName
{
color: #B94CDB;
}
.AnyTagClassName
{
color: #B94CDB;
}
</style>
background-color css
<style>
a { background-color: #B94CDB; }
a { background-color: rgb(185,76,219); }
div.DivClassName
{
background-color: #B94CDB;
}
.BgClassName
{
background-color: #B94CDB;
}
</style>
border-color css
<style>
span { border-color: #B94CDB; }
span { border-color: rgb(185,76,219); }
td.TdClassName
{
border-color: #B94CDB;
}
.TagClassName
{
border-color: #B94CDB;
}
</style>