Shades of Medium Orchid #B94DDF
Tints of Medium Orchid #B94DDF
RGB
CMYK
RGB Variations
Color information
#B94DDF (or 0xB94DDF) is known color: Medium Orchid. HEX triplet: B9, 4D and DF. RGB value is (185,77,223). Sum of RGB (Red+Green+Blue) = 185+77+223=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B94DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DDF is #46B220. Grayscale: #7D7D7D. Windows color (decimal): -4633121 or 14634425. OLE color: 14634425.
HSL color Cylindrical-coordinate representation of color #B94DDF: hue angle of 284.38º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94DDF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 77 | 223 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 284.38º | 0.7% | 0.59% | - |
| HSV(B) | 284.38º | 0.65% | 0.87% | - |
| XYZ | 35.98 | 20.95 | 71.96 | - |
| YUV | 125.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 223 | 0.17 | 0.65 | 0 | 0.13 | 284.38 | 0.7 | 0.59 |
| Hex | B9 | 4D | DF | 11 | 41 | 0 | D | 11C | 46 | 3B |
| Octal | 271 | 115 | 337 | 21 | 101 | 0 | 15 | 434 | 106 | 73 |
| Binary | 10111001 | 1001101 | 11011111 | 10001 | 1000001 | 0 | 1101 | 100011100 | 1000110 | 111011 |
Color Harmonies of #B94DDF
Complementary color
Monochromatic Colors of #B94DDF
Black with #B94DDF
Text Example
Text Example
White with #B94DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DDF; }
p { color: rgb(185,77,223); }
H1.HeaderClassName
{
color: #B94DDF;
}
.AnyTagClassName
{
color: #B94DDF;
}
</style>
background-color css
<style>
a { background-color: #B94DDF; }
a { background-color: rgb(185,77,223); }
div.DivClassName
{
background-color: #B94DDF;
}
.BgClassName
{
background-color: #B94DDF;
}
</style>
border-color css
<style>
span { border-color: #B94DDF; }
span { border-color: rgb(185,77,223); }
td.TdClassName
{
border-color: #B94DDF;
}
.TagClassName
{
border-color: #B94DDF;
}
</style>