Shades of Medium Orchid #B94BDB
Tints of Medium Orchid #B94BDB
RGB
CMYK
RGB Variations
Color information
#B94BDB (or 0xB94BDB) is known color: Medium Orchid. HEX triplet: B9, 4B and DB. RGB value is (185,75,219). Sum of RGB (Red+Green+Blue) = 185+75+219=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B94BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BDB is #46B424. Grayscale: #7B7B7B. Windows color (decimal): -4633637 or 14371769. OLE color: 14371769.
HSL color Cylindrical-coordinate representation of color #B94BDB: hue angle of 285.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94BDB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 75 | 219 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.14 |
| HSL | 285.83º | 0.67% | 0.58% | - |
| HSV(B) | 285.83º | 0.66% | 0.86% | - |
| XYZ | 35.31 | 20.46 | 69.11 | - |
| YUV | 124.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 219 | 0.16 | 0.66 | 0 | 0.14 | 285.83 | 0.67 | 0.58 |
| Hex | B9 | 4B | DB | 10 | 42 | 0 | E | 11E | 43 | 3A |
| Octal | 271 | 113 | 333 | 20 | 102 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111001 | 1001011 | 11011011 | 10000 | 1000010 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #B94BDB
Complementary color
Monochromatic Colors of #B94BDB
Black with #B94BDB
Text Example
Text Example
White with #B94BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BDB; }
p { color: rgb(185,75,219); }
H1.HeaderClassName
{
color: #B94BDB;
}
.AnyTagClassName
{
color: #B94BDB;
}
</style>
background-color css
<style>
a { background-color: #B94BDB; }
a { background-color: rgb(185,75,219); }
div.DivClassName
{
background-color: #B94BDB;
}
.BgClassName
{
background-color: #B94BDB;
}
</style>
border-color css
<style>
span { border-color: #B94BDB; }
span { border-color: rgb(185,75,219); }
td.TdClassName
{
border-color: #B94BDB;
}
.TagClassName
{
border-color: #B94BDB;
}
</style>