Shades of Medium Orchid #B45EDB
Tints of Medium Orchid #B45EDB
RGB
CMYK
RGB Variations
Color information
#B45EDB (or 0xB45EDB) is known color: Medium Orchid. HEX triplet: B4, 5E and DB. RGB value is (180,94,219). Sum of RGB (Red+Green+Blue) = 180+94+219=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B45EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EDB is #4BA124. Grayscale: #858585. Windows color (decimal): -4956453 or 14376628. OLE color: 14376628.
HSL color Cylindrical-coordinate representation of color #B45EDB: hue angle of 281.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45EDB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 94 | 219 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.14 |
| HSL | 281.28º | 0.63% | 0.61% | - |
| HSV(B) | 281.28º | 0.57% | 0.86% | - |
| XYZ | 35.61 | 22.82 | 69.55 | - |
| YUV | 133.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 219 | 0.18 | 0.57 | 0 | 0.14 | 281.28 | 0.63 | 0.61 |
| Hex | B4 | 5E | DB | 12 | 39 | 0 | E | 119 | 3F | 3D |
| Octal | 264 | 136 | 333 | 22 | 71 | 0 | 16 | 431 | 77 | 75 |
| Binary | 10110100 | 1011110 | 11011011 | 10010 | 111001 | 0 | 1110 | 100011001 | 111111 | 111101 |
Color Harmonies of #B45EDB
Complementary color
Monochromatic Colors of #B45EDB
Black with #B45EDB
Text Example
Text Example
White with #B45EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45EDB; }
p { color: rgb(180,94,219); }
H1.HeaderClassName
{
color: #B45EDB;
}
.AnyTagClassName
{
color: #B45EDB;
}
</style>
background-color css
<style>
a { background-color: #B45EDB; }
a { background-color: rgb(180,94,219); }
div.DivClassName
{
background-color: #B45EDB;
}
.BgClassName
{
background-color: #B45EDB;
}
</style>
border-color css
<style>
span { border-color: #B45EDB; }
span { border-color: rgb(180,94,219); }
td.TdClassName
{
border-color: #B45EDB;
}
.TagClassName
{
border-color: #B45EDB;
}
</style>