Shades of Medium Orchid #B24DF4
Tints of Medium Orchid #B24DF4
RGB
CMYK
RGB Variations
Color information
#B24DF4 (or 0xB24DF4) is known color: Medium Orchid. HEX triplet: B2, 4D and F4. RGB value is (178,77,244). Sum of RGB (Red+Green+Blue) = 178+77+244=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #B24DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DF4 is #4DB20B. Grayscale: #7D7D7D. Windows color (decimal): -5091852 or 16010674. OLE color: 16010674.
HSL color Cylindrical-coordinate representation of color #B24DF4: hue angle of 276.29º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24DF4 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 77 | 244 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.04 |
| HSL | 276.29º | 0.88% | 0.63% | - |
| HSV(B) | 276.29º | 0.68% | 0.96% | - |
| XYZ | 37.34 | 21.3 | 87.73 | - |
| YUV | 126.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 244 | 0.27 | 0.68 | 0 | 0.04 | 276.29 | 0.88 | 0.63 |
| Hex | B2 | 4D | F4 | 1B | 44 | 0 | 4 | 114 | 58 | 3F |
| Octal | 262 | 115 | 364 | 33 | 104 | 0 | 4 | 424 | 130 | 77 |
| Binary | 10110010 | 1001101 | 11110100 | 11011 | 1000100 | 0 | 100 | 100010100 | 1011000 | 111111 |
Color Harmonies of #B24DF4
Complementary color
Monochromatic Colors of #B24DF4
Black with #B24DF4
Text Example
Text Example
White with #B24DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DF4; }
p { color: rgb(178,77,244); }
H1.HeaderClassName
{
color: #B24DF4;
}
.AnyTagClassName
{
color: #B24DF4;
}
</style>
background-color css
<style>
a { background-color: #B24DF4; }
a { background-color: rgb(178,77,244); }
div.DivClassName
{
background-color: #B24DF4;
}
.BgClassName
{
background-color: #B24DF4;
}
</style>
border-color css
<style>
span { border-color: #B24DF4; }
span { border-color: rgb(178,77,244); }
td.TdClassName
{
border-color: #B24DF4;
}
.TagClassName
{
border-color: #B24DF4;
}
</style>