Shades of Medium Orchid #B94DD3
Tints of Medium Orchid #B94DD3
RGB
CMYK
RGB Variations
Color information
#B94DD3 (or 0xB94DD3) is known color: Medium Orchid. HEX triplet: B9, 4D and D3. RGB value is (185,77,211). Sum of RGB (Red+Green+Blue) = 185+77+211=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #B94DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DD3 is #46B22C. Grayscale: #7C7C7C. Windows color (decimal): -4633133 or 13847993. OLE color: 13847993.
HSL color Cylindrical-coordinate representation of color #B94DD3: hue angle of 288.36º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94DD3 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 77 | 211 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.17 |
| HSL | 288.36º | 0.6% | 0.56% | - |
| HSV(B) | 288.36º | 0.64% | 0.83% | - |
| XYZ | 34.42 | 20.33 | 63.74 | - |
| YUV | 124.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 211 | 0.12 | 0.64 | 0 | 0.17 | 288.36 | 0.6 | 0.56 |
| Hex | B9 | 4D | D3 | C | 40 | 0 | 11 | 120 | 3C | 38 |
| Octal | 271 | 115 | 323 | 14 | 100 | 0 | 21 | 440 | 74 | 70 |
| Binary | 10111001 | 1001101 | 11010011 | 1100 | 1000000 | 0 | 10001 | 100100000 | 111100 | 111000 |
Color Harmonies of #B94DD3
Complementary color
Monochromatic Colors of #B94DD3
Black with #B94DD3
Text Example
Text Example
White with #B94DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DD3; }
p { color: rgb(185,77,211); }
H1.HeaderClassName
{
color: #B94DD3;
}
.AnyTagClassName
{
color: #B94DD3;
}
</style>
background-color css
<style>
a { background-color: #B94DD3; }
a { background-color: rgb(185,77,211); }
div.DivClassName
{
background-color: #B94DD3;
}
.BgClassName
{
background-color: #B94DD3;
}
</style>
border-color css
<style>
span { border-color: #B94DD3; }
span { border-color: rgb(185,77,211); }
td.TdClassName
{
border-color: #B94DD3;
}
.TagClassName
{
border-color: #B94DD3;
}
</style>