Shades of Medium Orchid #B65BDB
Tints of Medium Orchid #B65BDB
RGB
CMYK
RGB Variations
Color information
#B65BDB (or 0xB65BDB) is known color: Medium Orchid. HEX triplet: B6, 5B and DB. RGB value is (182,91,219). Sum of RGB (Red+Green+Blue) = 182+91+219=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #B65BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BDB is #49A424. Grayscale: #848484. Windows color (decimal): -4826149 or 14375862. OLE color: 14375862.
HSL color Cylindrical-coordinate representation of color #B65BDB: hue angle of 282.66º 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 #B65BDB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 91 | 219 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.14 |
| HSL | 282.66º | 0.64% | 0.61% | - |
| HSV(B) | 282.66º | 0.58% | 0.86% | - |
| XYZ | 35.82 | 22.54 | 69.48 | - |
| YUV | 132.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 219 | 0.17 | 0.58 | 0 | 0.14 | 282.66 | 0.64 | 0.61 |
| Hex | B6 | 5B | DB | 11 | 3A | 0 | E | 11B | 40 | 3D |
| Octal | 266 | 133 | 333 | 21 | 72 | 0 | 16 | 433 | 100 | 75 |
| Binary | 10110110 | 1011011 | 11011011 | 10001 | 111010 | 0 | 1110 | 100011011 | 1000000 | 111101 |
Color Harmonies of #B65BDB
Complementary color
Monochromatic Colors of #B65BDB
Black with #B65BDB
Text Example
Text Example
White with #B65BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65BDB; }
p { color: rgb(182,91,219); }
H1.HeaderClassName
{
color: #B65BDB;
}
.AnyTagClassName
{
color: #B65BDB;
}
</style>
background-color css
<style>
a { background-color: #B65BDB; }
a { background-color: rgb(182,91,219); }
div.DivClassName
{
background-color: #B65BDB;
}
.BgClassName
{
background-color: #B65BDB;
}
</style>
border-color css
<style>
span { border-color: #B65BDB; }
span { border-color: rgb(182,91,219); }
td.TdClassName
{
border-color: #B65BDB;
}
.TagClassName
{
border-color: #B65BDB;
}
</style>