Shades of Medium Orchid #B939DF
Tints of Medium Orchid #B939DF
RGB
CMYK
RGB Variations
Color information
#B939DF (or 0xB939DF) is known color: Medium Orchid. HEX triplet: B9, 39 and DF. RGB value is (185,57,223). Sum of RGB (Red+Green+Blue) = 185+57+223=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B939DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939DF is #46C620. Grayscale: #717171. Windows color (decimal): -4638241 or 14629305. OLE color: 14629305.
HSL color Cylindrical-coordinate representation of color #B939DF: hue angle of 286.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B939DF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 57 | 223 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.13 |
| HSL | 286.27º | 0.72% | 0.55% | - |
| HSV(B) | 286.27º | 0.74% | 0.87% | - |
| XYZ | 34.79 | 18.57 | 71.56 | - |
| YUV | 114.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 223 | 0.17 | 0.74 | 0 | 0.13 | 286.27 | 0.72 | 0.55 |
| Hex | B9 | 39 | DF | 11 | 4A | 0 | D | 11E | 48 | 37 |
| Octal | 271 | 71 | 337 | 21 | 112 | 0 | 15 | 436 | 110 | 67 |
| Binary | 10111001 | 111001 | 11011111 | 10001 | 1001010 | 0 | 1101 | 100011110 | 1001000 | 110111 |
Color Harmonies of #B939DF
Complementary color
Monochromatic Colors of #B939DF
Black with #B939DF
Text Example
Text Example
White with #B939DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939DF; }
p { color: rgb(185,57,223); }
H1.HeaderClassName
{
color: #B939DF;
}
.AnyTagClassName
{
color: #B939DF;
}
</style>
background-color css
<style>
a { background-color: #B939DF; }
a { background-color: rgb(185,57,223); }
div.DivClassName
{
background-color: #B939DF;
}
.BgClassName
{
background-color: #B939DF;
}
</style>
border-color css
<style>
span { border-color: #B939DF; }
span { border-color: rgb(185,57,223); }
td.TdClassName
{
border-color: #B939DF;
}
.TagClassName
{
border-color: #B939DF;
}
</style>