Shades of Medium Orchid #B938D9
Tints of Medium Orchid #B938D9
RGB
CMYK
RGB Variations
Color information
#B938D9 (or 0xB938D9) is known color: Medium Orchid. HEX triplet: B9, 38 and D9. RGB value is (185,56,217). Sum of RGB (Red+Green+Blue) = 185+56+217=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #B938D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938D9 is #46C726. Grayscale: #707070. Windows color (decimal): -4638503 or 14235833. OLE color: 14235833.
HSL color Cylindrical-coordinate representation of color #B938D9: hue angle of 288.07º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B938D9 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 56 | 217 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.15 |
| HSL | 288.07º | 0.68% | 0.54% | - |
| HSV(B) | 288.07º | 0.74% | 0.85% | - |
| XYZ | 33.95 | 18.15 | 67.36 | - |
| YUV | 112.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 217 | 0.15 | 0.74 | 0 | 0.15 | 288.07 | 0.68 | 0.54 |
| Hex | B9 | 38 | D9 | F | 4A | 0 | F | 120 | 44 | 36 |
| Octal | 271 | 70 | 331 | 17 | 112 | 0 | 17 | 440 | 104 | 66 |
| Binary | 10111001 | 111000 | 11011001 | 1111 | 1001010 | 0 | 1111 | 100100000 | 1000100 | 110110 |
Color Harmonies of #B938D9
Complementary color
Monochromatic Colors of #B938D9
Black with #B938D9
Text Example
Text Example
White with #B938D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938D9; }
p { color: rgb(185,56,217); }
H1.HeaderClassName
{
color: #B938D9;
}
.AnyTagClassName
{
color: #B938D9;
}
</style>
background-color css
<style>
a { background-color: #B938D9; }
a { background-color: rgb(185,56,217); }
div.DivClassName
{
background-color: #B938D9;
}
.BgClassName
{
background-color: #B938D9;
}
</style>
border-color css
<style>
span { border-color: #B938D9; }
span { border-color: rgb(185,56,217); }
td.TdClassName
{
border-color: #B938D9;
}
.TagClassName
{
border-color: #B938D9;
}
</style>