Shades of Medium Orchid #B93BDD
Tints of Medium Orchid #B93BDD
RGB
CMYK
RGB Variations
Color information
#B93BDD (or 0xB93BDD) is known color: Medium Orchid. HEX triplet: B9, 3B and DD. RGB value is (185,59,221). Sum of RGB (Red+Green+Blue) = 185+59+221=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B93BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BDD is #46C422. Grayscale: #727272. Windows color (decimal): -4637731 or 14498745. OLE color: 14498745.
HSL color Cylindrical-coordinate representation of color #B93BDD: hue angle of 286.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93BDD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 59 | 221 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.13 |
| HSL | 286.67º | 0.7% | 0.55% | - |
| HSV(B) | 286.67º | 0.73% | 0.87% | - |
| XYZ | 34.62 | 18.66 | 70.18 | - |
| YUV | 115.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 221 | 0.16 | 0.73 | 0 | 0.13 | 286.67 | 0.7 | 0.55 |
| Hex | B9 | 3B | DD | 10 | 49 | 0 | D | 11F | 46 | 37 |
| Octal | 271 | 73 | 335 | 20 | 111 | 0 | 15 | 437 | 106 | 67 |
| Binary | 10111001 | 111011 | 11011101 | 10000 | 1001001 | 0 | 1101 | 100011111 | 1000110 | 110111 |
Color Harmonies of #B93BDD
Complementary color
Monochromatic Colors of #B93BDD
Black with #B93BDD
Text Example
Text Example
White with #B93BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BDD; }
p { color: rgb(185,59,221); }
H1.HeaderClassName
{
color: #B93BDD;
}
.AnyTagClassName
{
color: #B93BDD;
}
</style>
background-color css
<style>
a { background-color: #B93BDD; }
a { background-color: rgb(185,59,221); }
div.DivClassName
{
background-color: #B93BDD;
}
.BgClassName
{
background-color: #B93BDD;
}
</style>
border-color css
<style>
span { border-color: #B93BDD; }
span { border-color: rgb(185,59,221); }
td.TdClassName
{
border-color: #B93BDD;
}
.TagClassName
{
border-color: #B93BDD;
}
</style>