Shades of Medium Orchid #B938DD
Tints of Medium Orchid #B938DD
RGB
CMYK
RGB Variations
Color information
#B938DD (or 0xB938DD) is known color: Medium Orchid. HEX triplet: B9, 38 and DD. RGB value is (185,56,221). Sum of RGB (Red+Green+Blue) = 185+56+221=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #B938DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938DD is #46C722. Grayscale: #707070. Windows color (decimal): -4638499 or 14497977. OLE color: 14497977.
HSL color Cylindrical-coordinate representation of color #B938DD: hue angle of 286.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B938DD is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 56 | 221 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.13 |
| HSL | 286.91º | 0.71% | 0.54% | - |
| HSV(B) | 286.91º | 0.75% | 0.87% | - |
| XYZ | 34.47 | 18.36 | 70.13 | - |
| YUV | 113.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 221 | 0.16 | 0.75 | 0 | 0.13 | 286.91 | 0.71 | 0.54 |
| Hex | B9 | 38 | DD | 10 | 4B | 0 | D | 11F | 47 | 36 |
| Octal | 271 | 70 | 335 | 20 | 113 | 0 | 15 | 437 | 107 | 66 |
| Binary | 10111001 | 111000 | 11011101 | 10000 | 1001011 | 0 | 1101 | 100011111 | 1000111 | 110110 |
Color Harmonies of #B938DD
Complementary color
Monochromatic Colors of #B938DD
Black with #B938DD
Text Example
Text Example
White with #B938DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938DD; }
p { color: rgb(185,56,221); }
H1.HeaderClassName
{
color: #B938DD;
}
.AnyTagClassName
{
color: #B938DD;
}
</style>
background-color css
<style>
a { background-color: #B938DD; }
a { background-color: rgb(185,56,221); }
div.DivClassName
{
background-color: #B938DD;
}
.BgClassName
{
background-color: #B938DD;
}
</style>
border-color css
<style>
span { border-color: #B938DD; }
span { border-color: rgb(185,56,221); }
td.TdClassName
{
border-color: #B938DD;
}
.TagClassName
{
border-color: #B938DD;
}
</style>