Shades of Medium Orchid #B24DDB
Tints of Medium Orchid #B24DDB
RGB
CMYK
RGB Variations
Color information
#B24DDB (or 0xB24DDB) is known color: Medium Orchid. HEX triplet: B2, 4D and DB. RGB value is (178,77,219). Sum of RGB (Red+Green+Blue) = 178+77+219=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B24DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DDB is #4DB224. Grayscale: #7A7A7A. Windows color (decimal): -5091877 or 14372274. OLE color: 14372274.
HSL color Cylindrical-coordinate representation of color #B24DDB: hue angle of 282.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24DDB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 77 | 219 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.14 |
| HSL | 282.68º | 0.66% | 0.58% | - |
| HSV(B) | 282.68º | 0.65% | 0.86% | - |
| XYZ | 33.8 | 19.89 | 69.07 | - |
| YUV | 123.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 219 | 0.19 | 0.65 | 0 | 0.14 | 282.68 | 0.66 | 0.58 |
| Hex | B2 | 4D | DB | 13 | 41 | 0 | E | 11B | 42 | 3A |
| Octal | 262 | 115 | 333 | 23 | 101 | 0 | 16 | 433 | 102 | 72 |
| Binary | 10110010 | 1001101 | 11011011 | 10011 | 1000001 | 0 | 1110 | 100011011 | 1000010 | 111010 |
Color Harmonies of #B24DDB
Complementary color
Monochromatic Colors of #B24DDB
Black with #B24DDB
Text Example
Text Example
White with #B24DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DDB; }
p { color: rgb(178,77,219); }
H1.HeaderClassName
{
color: #B24DDB;
}
.AnyTagClassName
{
color: #B24DDB;
}
</style>
background-color css
<style>
a { background-color: #B24DDB; }
a { background-color: rgb(178,77,219); }
div.DivClassName
{
background-color: #B24DDB;
}
.BgClassName
{
background-color: #B24DDB;
}
</style>
border-color css
<style>
span { border-color: #B24DDB; }
span { border-color: rgb(178,77,219); }
td.TdClassName
{
border-color: #B24DDB;
}
.TagClassName
{
border-color: #B24DDB;
}
</style>