Shades of Medium Orchid #B24CDD
Tints of Medium Orchid #B24CDD
RGB
CMYK
RGB Variations
Color information
#B24CDD (or 0xB24CDD) is known color: Medium Orchid. HEX triplet: B2, 4C and DD. RGB value is (178,76,221). Sum of RGB (Red+Green+Blue) = 178+76+221=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #B24CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CDD is #4DB322. Grayscale: #7A7A7A. Windows color (decimal): -5092131 or 14503090. OLE color: 14503090.
HSL color Cylindrical-coordinate representation of color #B24CDD: hue angle of 282.21º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24CDD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 76 | 221 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.13 |
| HSL | 282.21º | 0.68% | 0.58% | - |
| HSV(B) | 282.21º | 0.66% | 0.87% | - |
| XYZ | 34 | 19.85 | 70.45 | - |
| YUV | 123.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 221 | 0.19 | 0.66 | 0 | 0.13 | 282.21 | 0.68 | 0.58 |
| Hex | B2 | 4C | DD | 13 | 42 | 0 | D | 11A | 44 | 3A |
| Octal | 262 | 114 | 335 | 23 | 102 | 0 | 15 | 432 | 104 | 72 |
| Binary | 10110010 | 1001100 | 11011101 | 10011 | 1000010 | 0 | 1101 | 100011010 | 1000100 | 111010 |
Color Harmonies of #B24CDD
Complementary color
Monochromatic Colors of #B24CDD
Black with #B24CDD
Text Example
Text Example
White with #B24CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24CDD; }
p { color: rgb(178,76,221); }
H1.HeaderClassName
{
color: #B24CDD;
}
.AnyTagClassName
{
color: #B24CDD;
}
</style>
background-color css
<style>
a { background-color: #B24CDD; }
a { background-color: rgb(178,76,221); }
div.DivClassName
{
background-color: #B24CDD;
}
.BgClassName
{
background-color: #B24CDD;
}
</style>
border-color css
<style>
span { border-color: #B24CDD; }
span { border-color: rgb(178,76,221); }
td.TdClassName
{
border-color: #B24CDD;
}
.TagClassName
{
border-color: #B24CDD;
}
</style>