Shades of Medium Orchid #B05ADB
Tints of Medium Orchid #B05ADB
RGB
CMYK
RGB Variations
Color information
#B05ADB (or 0xB05ADB) is known color: Medium Orchid. HEX triplet: B0, 5A and DB. RGB value is (176,90,219). Sum of RGB (Red+Green+Blue) = 176+90+219=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B05ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ADB is #4FA524. Grayscale: #818181. Windows color (decimal): -5219621 or 14375600. OLE color: 14375600.
HSL color Cylindrical-coordinate representation of color #B05ADB: hue angle of 280º 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 #B05ADB is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 90 | 219 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.14 |
| HSL | 280º | 0.64% | 0.61% | - |
| HSV(B) | 280º | 0.59% | 0.86% | - |
| XYZ | 34.35 | 21.66 | 69.39 | - |
| YUV | 130.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 219 | 0.20 | 0.59 | 0 | 0.14 | 280 | 0.64 | 0.61 |
| Hex | B0 | 5A | DB | 14 | 3B | 0 | E | 118 | 40 | 3D |
| Octal | 260 | 132 | 333 | 24 | 73 | 0 | 16 | 430 | 100 | 75 |
| Binary | 10110000 | 1011010 | 11011011 | 10100 | 111011 | 0 | 1110 | 100011000 | 1000000 | 111101 |
Color Harmonies of #B05ADB
Complementary color
Monochromatic Colors of #B05ADB
Black with #B05ADB
Text Example
Text Example
White with #B05ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ADB; }
p { color: rgb(176,90,219); }
H1.HeaderClassName
{
color: #B05ADB;
}
.AnyTagClassName
{
color: #B05ADB;
}
</style>
background-color css
<style>
a { background-color: #B05ADB; }
a { background-color: rgb(176,90,219); }
div.DivClassName
{
background-color: #B05ADB;
}
.BgClassName
{
background-color: #B05ADB;
}
</style>
border-color css
<style>
span { border-color: #B05ADB; }
span { border-color: rgb(176,90,219); }
td.TdClassName
{
border-color: #B05ADB;
}
.TagClassName
{
border-color: #B05ADB;
}
</style>