Shades of Medium Orchid #B93DDB
Tints of Medium Orchid #B93DDB
RGB
CMYK
RGB Variations
Color information
#B93DDB (or 0xB93DDB) is known color: Medium Orchid. HEX triplet: B9, 3D and DB. RGB value is (185,61,219). Sum of RGB (Red+Green+Blue) = 185+61+219=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #B93DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DDB is #46C224. Grayscale: #737373. Windows color (decimal): -4637221 or 14368185. OLE color: 14368185.
HSL color Cylindrical-coordinate representation of color #B93DDB: hue angle of 287.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93DDB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 61 | 219 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.14 |
| HSL | 287.09º | 0.69% | 0.55% | - |
| HSV(B) | 287.09º | 0.72% | 0.86% | - |
| XYZ | 34.46 | 18.77 | 68.82 | - |
| YUV | 116.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 219 | 0.16 | 0.72 | 0 | 0.14 | 287.09 | 0.69 | 0.55 |
| Hex | B9 | 3D | DB | 10 | 48 | 0 | E | 11F | 45 | 37 |
| Octal | 271 | 75 | 333 | 20 | 110 | 0 | 16 | 437 | 105 | 67 |
| Binary | 10111001 | 111101 | 11011011 | 10000 | 1001000 | 0 | 1110 | 100011111 | 1000101 | 110111 |
Color Harmonies of #B93DDB
Complementary color
Monochromatic Colors of #B93DDB
Black with #B93DDB
Text Example
Text Example
White with #B93DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93DDB; }
p { color: rgb(185,61,219); }
H1.HeaderClassName
{
color: #B93DDB;
}
.AnyTagClassName
{
color: #B93DDB;
}
</style>
background-color css
<style>
a { background-color: #B93DDB; }
a { background-color: rgb(185,61,219); }
div.DivClassName
{
background-color: #B93DDB;
}
.BgClassName
{
background-color: #B93DDB;
}
</style>
border-color css
<style>
span { border-color: #B93DDB; }
span { border-color: rgb(185,61,219); }
td.TdClassName
{
border-color: #B93DDB;
}
.TagClassName
{
border-color: #B93DDB;
}
</style>