Shades of Medium Orchid #B938DC
Tints of Medium Orchid #B938DC
RGB
CMYK
RGB Variations
Color information
#B938DC (or 0xB938DC) is known color: Medium Orchid. HEX triplet: B9, 38 and DC. RGB value is (185,56,220). Sum of RGB (Red+Green+Blue) = 185+56+220=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #B938DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938DC is #46C723. Grayscale: #707070. Windows color (decimal): -4638500 or 14432441. OLE color: 14432441.
HSL color Cylindrical-coordinate representation of color #B938DC: hue angle of 287.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B938DC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 56 | 220 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.14 |
| HSL | 287.2º | 0.7% | 0.54% | - |
| HSV(B) | 287.2º | 0.75% | 0.86% | - |
| XYZ | 34.34 | 18.31 | 69.43 | - |
| YUV | 113.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 220 | 0.16 | 0.75 | 0 | 0.14 | 287.2 | 0.7 | 0.54 |
| Hex | B9 | 38 | DC | 10 | 4B | 0 | E | 11F | 46 | 36 |
| Octal | 271 | 70 | 334 | 20 | 113 | 0 | 16 | 437 | 106 | 66 |
| Binary | 10111001 | 111000 | 11011100 | 10000 | 1001011 | 0 | 1110 | 100011111 | 1000110 | 110110 |
Color Harmonies of #B938DC
Complementary color
Monochromatic Colors of #B938DC
Black with #B938DC
Text Example
Text Example
White with #B938DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938DC; }
p { color: rgb(185,56,220); }
H1.HeaderClassName
{
color: #B938DC;
}
.AnyTagClassName
{
color: #B938DC;
}
</style>
background-color css
<style>
a { background-color: #B938DC; }
a { background-color: rgb(185,56,220); }
div.DivClassName
{
background-color: #B938DC;
}
.BgClassName
{
background-color: #B938DC;
}
</style>
border-color css
<style>
span { border-color: #B938DC; }
span { border-color: rgb(185,56,220); }
td.TdClassName
{
border-color: #B938DC;
}
.TagClassName
{
border-color: #B938DC;
}
</style>