Shades of Medium Orchid #B54EDB
Tints of Medium Orchid #B54EDB
RGB
CMYK
RGB Variations
Color information
#B54EDB (or 0xB54EDB) is known color: Medium Orchid. HEX triplet: B5, 4E and DB. RGB value is (181,78,219). Sum of RGB (Red+Green+Blue) = 181+78+219=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #B54EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EDB is #4AB124. Grayscale: #7C7C7C. Windows color (decimal): -4895013 or 14372533. OLE color: 14372533.
HSL color Cylindrical-coordinate representation of color #B54EDB: hue angle of 283.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54EDB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 78 | 219 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.14 |
| HSL | 283.83º | 0.66% | 0.58% | - |
| HSV(B) | 283.83º | 0.64% | 0.86% | - |
| XYZ | 34.57 | 20.39 | 69.13 | - |
| YUV | 124.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 219 | 0.17 | 0.64 | 0 | 0.14 | 283.83 | 0.66 | 0.58 |
| Hex | B5 | 4E | DB | 11 | 40 | 0 | E | 11C | 42 | 3A |
| Octal | 265 | 116 | 333 | 21 | 100 | 0 | 16 | 434 | 102 | 72 |
| Binary | 10110101 | 1001110 | 11011011 | 10001 | 1000000 | 0 | 1110 | 100011100 | 1000010 | 111010 |
Color Harmonies of #B54EDB
Complementary color
Monochromatic Colors of #B54EDB
Black with #B54EDB
Text Example
Text Example
White with #B54EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EDB; }
p { color: rgb(181,78,219); }
H1.HeaderClassName
{
color: #B54EDB;
}
.AnyTagClassName
{
color: #B54EDB;
}
</style>
background-color css
<style>
a { background-color: #B54EDB; }
a { background-color: rgb(181,78,219); }
div.DivClassName
{
background-color: #B54EDB;
}
.BgClassName
{
background-color: #B54EDB;
}
</style>
border-color css
<style>
span { border-color: #B54EDB; }
span { border-color: rgb(181,78,219); }
td.TdClassName
{
border-color: #B54EDB;
}
.TagClassName
{
border-color: #B54EDB;
}
</style>