Shades of Medium Orchid #B45ADB
Tints of Medium Orchid #B45ADB
RGB
CMYK
RGB Variations
Color information
#B45ADB (or 0xB45ADB) is known color: Medium Orchid. HEX triplet: B4, 5A and DB. RGB value is (180,90,219). Sum of RGB (Red+Green+Blue) = 180+90+219=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #B45ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ADB is #4BA524. Grayscale: #838383. Windows color (decimal): -4957477 or 14375604. OLE color: 14375604.
HSL color Cylindrical-coordinate representation of color #B45ADB: hue angle of 281.86º 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 #B45ADB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 90 | 219 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.14 |
| HSL | 281.86º | 0.64% | 0.61% | - |
| HSV(B) | 281.86º | 0.59% | 0.86% | - |
| XYZ | 35.26 | 22.13 | 69.43 | - |
| YUV | 131.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 219 | 0.18 | 0.59 | 0 | 0.14 | 281.86 | 0.64 | 0.61 |
| Hex | B4 | 5A | DB | 12 | 3B | 0 | E | 11A | 40 | 3D |
| Octal | 264 | 132 | 333 | 22 | 73 | 0 | 16 | 432 | 100 | 75 |
| Binary | 10110100 | 1011010 | 11011011 | 10010 | 111011 | 0 | 1110 | 100011010 | 1000000 | 111101 |
Color Harmonies of #B45ADB
Complementary color
Monochromatic Colors of #B45ADB
Black with #B45ADB
Text Example
Text Example
White with #B45ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45ADB; }
p { color: rgb(180,90,219); }
H1.HeaderClassName
{
color: #B45ADB;
}
.AnyTagClassName
{
color: #B45ADB;
}
</style>
background-color css
<style>
a { background-color: #B45ADB; }
a { background-color: rgb(180,90,219); }
div.DivClassName
{
background-color: #B45ADB;
}
.BgClassName
{
background-color: #B45ADB;
}
</style>
border-color css
<style>
span { border-color: #B45ADB; }
span { border-color: rgb(180,90,219); }
td.TdClassName
{
border-color: #B45ADB;
}
.TagClassName
{
border-color: #B45ADB;
}
</style>