Shades of Medium Orchid #B93DED
Tints of Medium Orchid #B93DED
RGB
CMYK
RGB Variations
Color information
#B93DED (or 0xB93DED) is known color: Medium Orchid. HEX triplet: B9, 3D and ED. RGB value is (185,61,237). Sum of RGB (Red+Green+Blue) = 185+61+237=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #B93DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93DED is #46C212. Grayscale: #757575. Windows color (decimal): -4637203 or 15547833. OLE color: 15547833.
HSL color Cylindrical-coordinate representation of color #B93DED: hue angle of 282.27º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93DED is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 61 | 237 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.07 |
| HSL | 282.27º | 0.83% | 0.58% | - |
| HSV(B) | 282.27º | 0.74% | 0.93% | - |
| XYZ | 36.96 | 19.77 | 81.99 | - |
| YUV | 118.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 237 | 0.22 | 0.74 | 0 | 0.07 | 282.27 | 0.83 | 0.58 |
| Hex | B9 | 3D | ED | 16 | 4A | 0 | 7 | 11A | 53 | 3A |
| Octal | 271 | 75 | 355 | 26 | 112 | 0 | 7 | 432 | 123 | 72 |
| Binary | 10111001 | 111101 | 11101101 | 10110 | 1001010 | 0 | 111 | 100011010 | 1010011 | 111010 |
Color Harmonies of #B93DED
Complementary color
Monochromatic Colors of #B93DED
Black with #B93DED
Text Example
Text Example
White with #B93DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93DED; }
p { color: rgb(185,61,237); }
H1.HeaderClassName
{
color: #B93DED;
}
.AnyTagClassName
{
color: #B93DED;
}
</style>
background-color css
<style>
a { background-color: #B93DED; }
a { background-color: rgb(185,61,237); }
div.DivClassName
{
background-color: #B93DED;
}
.BgClassName
{
background-color: #B93DED;
}
</style>
border-color css
<style>
span { border-color: #B93DED; }
span { border-color: rgb(185,61,237); }
td.TdClassName
{
border-color: #B93DED;
}
.TagClassName
{
border-color: #B93DED;
}
</style>