Shades of Medium Orchid #B24DD4
Tints of Medium Orchid #B24DD4
RGB
CMYK
RGB Variations
Color information
#B24DD4 (or 0xB24DD4) is known color: Medium Orchid. HEX triplet: B2, 4D and D4. RGB value is (178,77,212). Sum of RGB (Red+Green+Blue) = 178+77+212=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #B24DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DD4 is #4DB22B. Grayscale: #7A7A7A. Windows color (decimal): -5091884 or 13913522. OLE color: 13913522.
HSL color Cylindrical-coordinate representation of color #B24DD4: hue angle of 284.89º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24DD4 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 77 | 212 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.17 |
| HSL | 284.89º | 0.61% | 0.57% | - |
| HSV(B) | 284.89º | 0.64% | 0.83% | - |
| XYZ | 32.9 | 19.53 | 64.32 | - |
| YUV | 122.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 212 | 0.16 | 0.64 | 0 | 0.17 | 284.89 | 0.61 | 0.57 |
| Hex | B2 | 4D | D4 | 10 | 40 | 0 | 11 | 11D | 3D | 39 |
| Octal | 262 | 115 | 324 | 20 | 100 | 0 | 21 | 435 | 75 | 71 |
| Binary | 10110010 | 1001101 | 11010100 | 10000 | 1000000 | 0 | 10001 | 100011101 | 111101 | 111001 |
Color Harmonies of #B24DD4
Complementary color
Monochromatic Colors of #B24DD4
Black with #B24DD4
Text Example
Text Example
White with #B24DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DD4; }
p { color: rgb(178,77,212); }
H1.HeaderClassName
{
color: #B24DD4;
}
.AnyTagClassName
{
color: #B24DD4;
}
</style>
background-color css
<style>
a { background-color: #B24DD4; }
a { background-color: rgb(178,77,212); }
div.DivClassName
{
background-color: #B24DD4;
}
.BgClassName
{
background-color: #B24DD4;
}
</style>
border-color css
<style>
span { border-color: #B24DD4; }
span { border-color: rgb(178,77,212); }
td.TdClassName
{
border-color: #B24DD4;
}
.TagClassName
{
border-color: #B24DD4;
}
</style>