Shades of Medium Orchid #B65ADB
Tints of Medium Orchid #B65ADB
RGB
CMYK
RGB Variations
Color information
#B65ADB (or 0xB65ADB) is known color: Medium Orchid. HEX triplet: B6, 5A and DB. RGB value is (182,90,219). Sum of RGB (Red+Green+Blue) = 182+90+219=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B65ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ADB is #49A524. Grayscale: #838383. Windows color (decimal): -4826405 or 14375606. OLE color: 14375606.
HSL color Cylindrical-coordinate representation of color #B65ADB: hue angle of 282.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65ADB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 90 | 219 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.14 |
| HSL | 282.79º | 0.64% | 0.61% | - |
| HSV(B) | 282.79º | 0.59% | 0.86% | - |
| XYZ | 35.73 | 22.37 | 69.45 | - |
| YUV | 132.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 219 | 0.17 | 0.59 | 0 | 0.14 | 282.79 | 0.64 | 0.61 |
| Hex | B6 | 5A | DB | 11 | 3B | 0 | E | 11B | 40 | 3D |
| Octal | 266 | 132 | 333 | 21 | 73 | 0 | 16 | 433 | 100 | 75 |
| Binary | 10110110 | 1011010 | 11011011 | 10001 | 111011 | 0 | 1110 | 100011011 | 1000000 | 111101 |
Color Harmonies of #B65ADB
Complementary color
Monochromatic Colors of #B65ADB
Black with #B65ADB
Text Example
Text Example
White with #B65ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65ADB; }
p { color: rgb(182,90,219); }
H1.HeaderClassName
{
color: #B65ADB;
}
.AnyTagClassName
{
color: #B65ADB;
}
</style>
background-color css
<style>
a { background-color: #B65ADB; }
a { background-color: rgb(182,90,219); }
div.DivClassName
{
background-color: #B65ADB;
}
.BgClassName
{
background-color: #B65ADB;
}
</style>
border-color css
<style>
span { border-color: #B65ADB; }
span { border-color: rgb(182,90,219); }
td.TdClassName
{
border-color: #B65ADB;
}
.TagClassName
{
border-color: #B65ADB;
}
</style>