Shades of Medium Orchid #B939DC
Tints of Medium Orchid #B939DC
RGB
CMYK
RGB Variations
Color information
#B939DC (or 0xB939DC) is known color: Medium Orchid. HEX triplet: B9, 39 and DC. RGB value is (185,57,220). Sum of RGB (Red+Green+Blue) = 185+57+220=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #B939DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939DC is #46C623. Grayscale: #717171. Windows color (decimal): -4638244 or 14432697. OLE color: 14432697.
HSL color Cylindrical-coordinate representation of color #B939DC: hue angle of 287.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B939DC is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 57 | 220 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.14 |
| HSL | 287.12º | 0.7% | 0.54% | - |
| HSV(B) | 287.12º | 0.74% | 0.86% | - |
| XYZ | 34.39 | 18.41 | 69.45 | - |
| YUV | 113.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 220 | 0.16 | 0.74 | 0 | 0.14 | 287.12 | 0.7 | 0.54 |
| Hex | B9 | 39 | DC | 10 | 4A | 0 | E | 11F | 46 | 36 |
| Octal | 271 | 71 | 334 | 20 | 112 | 0 | 16 | 437 | 106 | 66 |
| Binary | 10111001 | 111001 | 11011100 | 10000 | 1001010 | 0 | 1110 | 100011111 | 1000110 | 110110 |
Color Harmonies of #B939DC
Complementary color
Monochromatic Colors of #B939DC
Black with #B939DC
Text Example
Text Example
White with #B939DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939DC; }
p { color: rgb(185,57,220); }
H1.HeaderClassName
{
color: #B939DC;
}
.AnyTagClassName
{
color: #B939DC;
}
</style>
background-color css
<style>
a { background-color: #B939DC; }
a { background-color: rgb(185,57,220); }
div.DivClassName
{
background-color: #B939DC;
}
.BgClassName
{
background-color: #B939DC;
}
</style>
border-color css
<style>
span { border-color: #B939DC; }
span { border-color: rgb(185,57,220); }
td.TdClassName
{
border-color: #B939DC;
}
.TagClassName
{
border-color: #B939DC;
}
</style>