Shades of Medium Orchid #B93ADD
Tints of Medium Orchid #B93ADD
RGB
CMYK
RGB Variations
Color information
#B93ADD (or 0xB93ADD) is known color: Medium Orchid. HEX triplet: B9, 3A and DD. RGB value is (185,58,221). Sum of RGB (Red+Green+Blue) = 185+58+221=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B93ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ADD is #46C522. Grayscale: #727272. Windows color (decimal): -4637987 or 14498489. OLE color: 14498489.
HSL color Cylindrical-coordinate representation of color #B93ADD: hue angle of 286.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93ADD is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 58 | 221 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.13 |
| HSL | 286.75º | 0.71% | 0.55% | - |
| HSV(B) | 286.75º | 0.74% | 0.87% | - |
| XYZ | 34.57 | 18.56 | 70.17 | - |
| YUV | 114.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 221 | 0.16 | 0.74 | 0 | 0.13 | 286.75 | 0.71 | 0.55 |
| Hex | B9 | 3A | DD | 10 | 4A | 0 | D | 11F | 47 | 37 |
| Octal | 271 | 72 | 335 | 20 | 112 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111001 | 111010 | 11011101 | 10000 | 1001010 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #B93ADD
Complementary color
Monochromatic Colors of #B93ADD
Black with #B93ADD
Text Example
Text Example
White with #B93ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93ADD; }
p { color: rgb(185,58,221); }
H1.HeaderClassName
{
color: #B93ADD;
}
.AnyTagClassName
{
color: #B93ADD;
}
</style>
background-color css
<style>
a { background-color: #B93ADD; }
a { background-color: rgb(185,58,221); }
div.DivClassName
{
background-color: #B93ADD;
}
.BgClassName
{
background-color: #B93ADD;
}
</style>
border-color css
<style>
span { border-color: #B93ADD; }
span { border-color: rgb(185,58,221); }
td.TdClassName
{
border-color: #B93ADD;
}
.TagClassName
{
border-color: #B93ADD;
}
</style>