Shades of Medium Orchid #B93ED0
Tints of Medium Orchid #B93ED0
RGB
CMYK
RGB Variations
Color information
#B93ED0 (or 0xB93ED0) is known color: Medium Orchid. HEX triplet: B9, 3E and D0. RGB value is (185,62,208). Sum of RGB (Red+Green+Blue) = 185+62+208=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #B93ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ED0 is #46C12F. Grayscale: #727272. Windows color (decimal): -4636976 or 13647545. OLE color: 13647545.
HSL color Cylindrical-coordinate representation of color #B93ED0: hue angle of 290.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93ED0 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 62 | 208 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.18 |
| HSL | 290.55º | 0.61% | 0.53% | - |
| HSV(B) | 290.55º | 0.7% | 0.82% | - |
| XYZ | 33.12 | 18.31 | 61.46 | - |
| YUV | 115.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 208 | 0.11 | 0.70 | 0 | 0.18 | 290.55 | 0.61 | 0.53 |
| Hex | B9 | 3E | D0 | B | 46 | 0 | 12 | 123 | 3D | 35 |
| Octal | 271 | 76 | 320 | 13 | 106 | 0 | 22 | 443 | 75 | 65 |
| Binary | 10111001 | 111110 | 11010000 | 1011 | 1000110 | 0 | 10010 | 100100011 | 111101 | 110101 |
Color Harmonies of #B93ED0
Complementary color
Monochromatic Colors of #B93ED0
Black with #B93ED0
Text Example
Text Example
White with #B93ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93ED0; }
p { color: rgb(185,62,208); }
H1.HeaderClassName
{
color: #B93ED0;
}
.AnyTagClassName
{
color: #B93ED0;
}
</style>
background-color css
<style>
a { background-color: #B93ED0; }
a { background-color: rgb(185,62,208); }
div.DivClassName
{
background-color: #B93ED0;
}
.BgClassName
{
background-color: #B93ED0;
}
</style>
border-color css
<style>
span { border-color: #B93ED0; }
span { border-color: rgb(185,62,208); }
td.TdClassName
{
border-color: #B93ED0;
}
.TagClassName
{
border-color: #B93ED0;
}
</style>