Shades of Medium Orchid #B24DD5
Tints of Medium Orchid #B24DD5
RGB
CMYK
RGB Variations
Color information
#B24DD5 (or 0xB24DD5) is known color: Medium Orchid. HEX triplet: B2, 4D and D5. RGB value is (178,77,213). Sum of RGB (Red+Green+Blue) = 178+77+213=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #B24DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DD5 is #4DB22A. Grayscale: #7A7A7A. Windows color (decimal): -5091883 or 13979058. OLE color: 13979058.
HSL color Cylindrical-coordinate representation of color #B24DD5: hue angle of 284.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24DD5 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 77 | 213 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.16 |
| HSL | 284.56º | 0.62% | 0.57% | - |
| HSV(B) | 284.56º | 0.64% | 0.84% | - |
| XYZ | 33.02 | 19.58 | 64.99 | - |
| YUV | 122.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 213 | 0.16 | 0.64 | 0 | 0.16 | 284.56 | 0.62 | 0.57 |
| Hex | B2 | 4D | D5 | 10 | 40 | 0 | 10 | 11D | 3E | 39 |
| Octal | 262 | 115 | 325 | 20 | 100 | 0 | 20 | 435 | 76 | 71 |
| Binary | 10110010 | 1001101 | 11010101 | 10000 | 1000000 | 0 | 10000 | 100011101 | 111110 | 111001 |
Color Harmonies of #B24DD5
Complementary color
Monochromatic Colors of #B24DD5
Black with #B24DD5
Text Example
Text Example
White with #B24DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DD5; }
p { color: rgb(178,77,213); }
H1.HeaderClassName
{
color: #B24DD5;
}
.AnyTagClassName
{
color: #B24DD5;
}
</style>
background-color css
<style>
a { background-color: #B24DD5; }
a { background-color: rgb(178,77,213); }
div.DivClassName
{
background-color: #B24DD5;
}
.BgClassName
{
background-color: #B24DD5;
}
</style>
border-color css
<style>
span { border-color: #B24DD5; }
span { border-color: rgb(178,77,213); }
td.TdClassName
{
border-color: #B24DD5;
}
.TagClassName
{
border-color: #B24DD5;
}
</style>