Shades of Medium Orchid #B24EDB
Tints of Medium Orchid #B24EDB
RGB
CMYK
RGB Variations
Color information
#B24EDB (or 0xB24EDB) is known color: Medium Orchid. HEX triplet: B2, 4E and DB. RGB value is (178,78,219). Sum of RGB (Red+Green+Blue) = 178+78+219=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B24EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EDB is #4DB124. Grayscale: #7B7B7B. Windows color (decimal): -5091621 or 14372530. OLE color: 14372530.
HSL color Cylindrical-coordinate representation of color #B24EDB: hue angle of 282.55º 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 #B24EDB is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 78 | 219 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.14 |
| HSL | 282.55º | 0.66% | 0.58% | - |
| HSV(B) | 282.55º | 0.64% | 0.86% | - |
| XYZ | 33.87 | 20.03 | 69.1 | - |
| YUV | 123.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 219 | 0.19 | 0.64 | 0 | 0.14 | 282.55 | 0.66 | 0.58 |
| Hex | B2 | 4E | DB | 13 | 40 | 0 | E | 11B | 42 | 3A |
| Octal | 262 | 116 | 333 | 23 | 100 | 0 | 16 | 433 | 102 | 72 |
| Binary | 10110010 | 1001110 | 11011011 | 10011 | 1000000 | 0 | 1110 | 100011011 | 1000010 | 111010 |
Color Harmonies of #B24EDB
Complementary color
Monochromatic Colors of #B24EDB
Black with #B24EDB
Text Example
Text Example
White with #B24EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EDB; }
p { color: rgb(178,78,219); }
H1.HeaderClassName
{
color: #B24EDB;
}
.AnyTagClassName
{
color: #B24EDB;
}
</style>
background-color css
<style>
a { background-color: #B24EDB; }
a { background-color: rgb(178,78,219); }
div.DivClassName
{
background-color: #B24EDB;
}
.BgClassName
{
background-color: #B24EDB;
}
</style>
border-color css
<style>
span { border-color: #B24EDB; }
span { border-color: rgb(178,78,219); }
td.TdClassName
{
border-color: #B24EDB;
}
.TagClassName
{
border-color: #B24EDB;
}
</style>