Shades of Medium Orchid #B65DDB
Tints of Medium Orchid #B65DDB
RGB
CMYK
RGB Variations
Color information
#B65DDB (or 0xB65DDB) is known color: Medium Orchid. HEX triplet: B6, 5D and DB. RGB value is (182,93,219). Sum of RGB (Red+Green+Blue) = 182+93+219=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #B65DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DDB is #49A224. Grayscale: #858585. Windows color (decimal): -4825637 or 14376374. OLE color: 14376374.
HSL color Cylindrical-coordinate representation of color #B65DDB: hue angle of 282.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65DDB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 93 | 219 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.14 |
| HSL | 282.38º | 0.64% | 0.61% | - |
| HSV(B) | 282.38º | 0.58% | 0.86% | - |
| XYZ | 35.99 | 22.89 | 69.54 | - |
| YUV | 133.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 219 | 0.17 | 0.58 | 0 | 0.14 | 282.38 | 0.64 | 0.61 |
| Hex | B6 | 5D | DB | 11 | 3A | 0 | E | 11A | 40 | 3D |
| Octal | 266 | 135 | 333 | 21 | 72 | 0 | 16 | 432 | 100 | 75 |
| Binary | 10110110 | 1011101 | 11011011 | 10001 | 111010 | 0 | 1110 | 100011010 | 1000000 | 111101 |
Color Harmonies of #B65DDB
Complementary color
Monochromatic Colors of #B65DDB
Black with #B65DDB
Text Example
Text Example
White with #B65DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DDB; }
p { color: rgb(182,93,219); }
H1.HeaderClassName
{
color: #B65DDB;
}
.AnyTagClassName
{
color: #B65DDB;
}
</style>
background-color css
<style>
a { background-color: #B65DDB; }
a { background-color: rgb(182,93,219); }
div.DivClassName
{
background-color: #B65DDB;
}
.BgClassName
{
background-color: #B65DDB;
}
</style>
border-color css
<style>
span { border-color: #B65DDB; }
span { border-color: rgb(182,93,219); }
td.TdClassName
{
border-color: #B65DDB;
}
.TagClassName
{
border-color: #B65DDB;
}
</style>