Shades of Medium Orchid #B24DDF
Tints of Medium Orchid #B24DDF
RGB
CMYK
RGB Variations
Color information
#B24DDF (or 0xB24DDF) is known color: Medium Orchid. HEX triplet: B2, 4D and DF. RGB value is (178,77,223). Sum of RGB (Red+Green+Blue) = 178+77+223=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #B24DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DDF is #4DB220. Grayscale: #7B7B7B. Windows color (decimal): -5091873 or 14634418. OLE color: 14634418.
HSL color Cylindrical-coordinate representation of color #B24DDF: hue angle of 281.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24DDF is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 77 | 223 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.13 |
| HSL | 281.51º | 0.7% | 0.59% | - |
| HSV(B) | 281.51º | 0.65% | 0.87% | - |
| XYZ | 34.33 | 20.1 | 71.88 | - |
| YUV | 123.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 223 | 0.20 | 0.65 | 0 | 0.13 | 281.51 | 0.7 | 0.59 |
| Hex | B2 | 4D | DF | 14 | 41 | 0 | D | 11A | 46 | 3B |
| Octal | 262 | 115 | 337 | 24 | 101 | 0 | 15 | 432 | 106 | 73 |
| Binary | 10110010 | 1001101 | 11011111 | 10100 | 1000001 | 0 | 1101 | 100011010 | 1000110 | 111011 |
Color Harmonies of #B24DDF
Complementary color
Monochromatic Colors of #B24DDF
Black with #B24DDF
Text Example
Text Example
White with #B24DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DDF; }
p { color: rgb(178,77,223); }
H1.HeaderClassName
{
color: #B24DDF;
}
.AnyTagClassName
{
color: #B24DDF;
}
</style>
background-color css
<style>
a { background-color: #B24DDF; }
a { background-color: rgb(178,77,223); }
div.DivClassName
{
background-color: #B24DDF;
}
.BgClassName
{
background-color: #B24DDF;
}
</style>
border-color css
<style>
span { border-color: #B24DDF; }
span { border-color: rgb(178,77,223); }
td.TdClassName
{
border-color: #B24DDF;
}
.TagClassName
{
border-color: #B24DDF;
}
</style>