Shades of Medium Orchid #B24CDA
Tints of Medium Orchid #B24CDA
RGB
CMYK
RGB Variations
Color information
#B24CDA (or 0xB24CDA) is known color: Medium Orchid. HEX triplet: B2, 4C and DA. RGB value is (178,76,218). Sum of RGB (Red+Green+Blue) = 178+76+218=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #B24CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CDA is #4DB325. Grayscale: #7A7A7A. Windows color (decimal): -5092134 or 14306482. OLE color: 14306482.
HSL color Cylindrical-coordinate representation of color #B24CDA: hue angle of 283.1º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24CDA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 76 | 218 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.15 |
| HSL | 283.1º | 0.66% | 0.58% | - |
| HSV(B) | 283.1º | 0.65% | 0.85% | - |
| XYZ | 33.6 | 19.7 | 68.36 | - |
| YUV | 122.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 218 | 0.18 | 0.65 | 0 | 0.15 | 283.1 | 0.66 | 0.58 |
| Hex | B2 | 4C | DA | 12 | 41 | 0 | F | 11B | 42 | 3A |
| Octal | 262 | 114 | 332 | 22 | 101 | 0 | 17 | 433 | 102 | 72 |
| Binary | 10110010 | 1001100 | 11011010 | 10010 | 1000001 | 0 | 1111 | 100011011 | 1000010 | 111010 |
Color Harmonies of #B24CDA
Complementary color
Monochromatic Colors of #B24CDA
Black with #B24CDA
Text Example
Text Example
White with #B24CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24CDA; }
p { color: rgb(178,76,218); }
H1.HeaderClassName
{
color: #B24CDA;
}
.AnyTagClassName
{
color: #B24CDA;
}
</style>
background-color css
<style>
a { background-color: #B24CDA; }
a { background-color: rgb(178,76,218); }
div.DivClassName
{
background-color: #B24CDA;
}
.BgClassName
{
background-color: #B24CDA;
}
</style>
border-color css
<style>
span { border-color: #B24CDA; }
span { border-color: rgb(178,76,218); }
td.TdClassName
{
border-color: #B24CDA;
}
.TagClassName
{
border-color: #B24CDA;
}
</style>