Shades of Medium Orchid #B938ED
Tints of Medium Orchid #B938ED
RGB
CMYK
RGB Variations
Color information
#B938ED (or 0xB938ED) is known color: Medium Orchid. HEX triplet: B9, 38 and ED. RGB value is (185,56,237). Sum of RGB (Red+Green+Blue) = 185+56+237=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #B938ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938ED is #46C712. Grayscale: #727272. Windows color (decimal): -4638483 or 15546553. OLE color: 15546553.
HSL color Cylindrical-coordinate representation of color #B938ED: hue angle of 282.76º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B938ED is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 56 | 237 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.07 |
| HSL | 282.76º | 0.83% | 0.57% | - |
| HSV(B) | 282.76º | 0.76% | 0.93% | - |
| XYZ | 36.71 | 19.26 | 81.9 | - |
| YUV | 115.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 237 | 0.22 | 0.76 | 0 | 0.07 | 282.76 | 0.83 | 0.57 |
| Hex | B9 | 38 | ED | 16 | 4C | 0 | 7 | 11B | 53 | 39 |
| Octal | 271 | 70 | 355 | 26 | 114 | 0 | 7 | 433 | 123 | 71 |
| Binary | 10111001 | 111000 | 11101101 | 10110 | 1001100 | 0 | 111 | 100011011 | 1010011 | 111001 |
Color Harmonies of #B938ED
Complementary color
Monochromatic Colors of #B938ED
Black with #B938ED
Text Example
Text Example
White with #B938ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938ED; }
p { color: rgb(185,56,237); }
H1.HeaderClassName
{
color: #B938ED;
}
.AnyTagClassName
{
color: #B938ED;
}
</style>
background-color css
<style>
a { background-color: #B938ED; }
a { background-color: rgb(185,56,237); }
div.DivClassName
{
background-color: #B938ED;
}
.BgClassName
{
background-color: #B938ED;
}
</style>
border-color css
<style>
span { border-color: #B938ED; }
span { border-color: rgb(185,56,237); }
td.TdClassName
{
border-color: #B938ED;
}
.TagClassName
{
border-color: #B938ED;
}
</style>