Shades of Medium Orchid #B938DF
Tints of Medium Orchid #B938DF
RGB
CMYK
RGB Variations
Color information
#B938DF (or 0xB938DF) is known color: Medium Orchid. HEX triplet: B9, 38 and DF. RGB value is (185,56,223). Sum of RGB (Red+Green+Blue) = 185+56+223=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B938DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938DF is #46C720. Grayscale: #717171. Windows color (decimal): -4638497 or 14629049. OLE color: 14629049.
HSL color Cylindrical-coordinate representation of color #B938DF: hue angle of 286.35º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B938DF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 56 | 223 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.13 |
| HSL | 286.35º | 0.72% | 0.55% | - |
| HSV(B) | 286.35º | 0.75% | 0.87% | - |
| XYZ | 34.74 | 18.47 | 71.55 | - |
| YUV | 113.61 | 189.74 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 223 | 0.17 | 0.75 | 0 | 0.13 | 286.35 | 0.72 | 0.55 |
| Hex | B9 | 38 | DF | 11 | 4B | 0 | D | 11E | 48 | 37 |
| Octal | 271 | 70 | 337 | 21 | 113 | 0 | 15 | 436 | 110 | 67 |
| Binary | 10111001 | 111000 | 11011111 | 10001 | 1001011 | 0 | 1101 | 100011110 | 1001000 | 110111 |
Color Harmonies of #B938DF
Complementary color
Monochromatic Colors of #B938DF
Black with #B938DF
Text Example
Text Example
White with #B938DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938DF; }
p { color: rgb(185,56,223); }
H1.HeaderClassName
{
color: #B938DF;
}
.AnyTagClassName
{
color: #B938DF;
}
</style>
background-color css
<style>
a { background-color: #B938DF; }
a { background-color: rgb(185,56,223); }
div.DivClassName
{
background-color: #B938DF;
}
.BgClassName
{
background-color: #B938DF;
}
</style>
border-color css
<style>
span { border-color: #B938DF; }
span { border-color: rgb(185,56,223); }
td.TdClassName
{
border-color: #B938DF;
}
.TagClassName
{
border-color: #B938DF;
}
</style>