Shades of Medium Orchid #B94ADB
Tints of Medium Orchid #B94ADB
RGB
CMYK
RGB Variations
Color information
#B94ADB (or 0xB94ADB) is known color: Medium Orchid. HEX triplet: B9, 4A and DB. RGB value is (185,74,219). Sum of RGB (Red+Green+Blue) = 185+74+219=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #B94ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ADB is #46B524. Grayscale: #7B7B7B. Windows color (decimal): -4633893 or 14371513. OLE color: 14371513.
HSL color Cylindrical-coordinate representation of color #B94ADB: hue angle of 285.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94ADB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 74 | 219 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.14 |
| HSL | 285.93º | 0.67% | 0.57% | - |
| HSV(B) | 285.93º | 0.66% | 0.86% | - |
| XYZ | 35.24 | 20.33 | 69.08 | - |
| YUV | 123.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 219 | 0.16 | 0.66 | 0 | 0.14 | 285.93 | 0.67 | 0.57 |
| Hex | B9 | 4A | DB | 10 | 42 | 0 | E | 11E | 43 | 39 |
| Octal | 271 | 112 | 333 | 20 | 102 | 0 | 16 | 436 | 103 | 71 |
| Binary | 10111001 | 1001010 | 11011011 | 10000 | 1000010 | 0 | 1110 | 100011110 | 1000011 | 111001 |
Color Harmonies of #B94ADB
Complementary color
Monochromatic Colors of #B94ADB
Black with #B94ADB
Text Example
Text Example
White with #B94ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94ADB; }
p { color: rgb(185,74,219); }
H1.HeaderClassName
{
color: #B94ADB;
}
.AnyTagClassName
{
color: #B94ADB;
}
</style>
background-color css
<style>
a { background-color: #B94ADB; }
a { background-color: rgb(185,74,219); }
div.DivClassName
{
background-color: #B94ADB;
}
.BgClassName
{
background-color: #B94ADB;
}
</style>
border-color css
<style>
span { border-color: #B94ADB; }
span { border-color: rgb(185,74,219); }
td.TdClassName
{
border-color: #B94ADB;
}
.TagClassName
{
border-color: #B94ADB;
}
</style>