Shades of Medium Orchid #B24DCB
Tints of Medium Orchid #B24DCB
RGB
CMYK
RGB Variations
Color information
#B24DCB (or 0xB24DCB) is known color: Medium Orchid. HEX triplet: B2, 4D and CB. RGB value is (178,77,203). Sum of RGB (Red+Green+Blue) = 178+77+203=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #B24DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DCB is #4DB234. Grayscale: #797979. Windows color (decimal): -5091893 or 13323698. OLE color: 13323698.
HSL color Cylindrical-coordinate representation of color #B24DCB: hue angle of 288.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24DCB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 77 | 203 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.20 |
| HSL | 288.1º | 0.55% | 0.55% | - |
| HSV(B) | 288.1º | 0.62% | 0.8% | - |
| XYZ | 31.79 | 19.08 | 58.51 | - |
| YUV | 121.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 203 | 0.12 | 0.62 | 0 | 0.20 | 288.1 | 0.55 | 0.55 |
| Hex | B2 | 4D | CB | C | 3E | 0 | 14 | 120 | 37 | 37 |
| Octal | 262 | 115 | 313 | 14 | 76 | 0 | 24 | 440 | 67 | 67 |
| Binary | 10110010 | 1001101 | 11001011 | 1100 | 111110 | 0 | 10100 | 100100000 | 110111 | 110111 |
Color Harmonies of #B24DCB
Complementary color
Monochromatic Colors of #B24DCB
Black with #B24DCB
Text Example
Text Example
White with #B24DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DCB; }
p { color: rgb(178,77,203); }
H1.HeaderClassName
{
color: #B24DCB;
}
.AnyTagClassName
{
color: #B24DCB;
}
</style>
background-color css
<style>
a { background-color: #B24DCB; }
a { background-color: rgb(178,77,203); }
div.DivClassName
{
background-color: #B24DCB;
}
.BgClassName
{
background-color: #B24DCB;
}
</style>
border-color css
<style>
span { border-color: #B24DCB; }
span { border-color: rgb(178,77,203); }
td.TdClassName
{
border-color: #B24DCB;
}
.TagClassName
{
border-color: #B24DCB;
}
</style>