Shades of Medium Orchid #B24AD6
Tints of Medium Orchid #B24AD6
RGB
CMYK
RGB Variations
Color information
#B24AD6 (or 0xB24AD6) is known color: Medium Orchid. HEX triplet: B2, 4A and D6. RGB value is (178,74,214). Sum of RGB (Red+Green+Blue) = 178+74+214=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #B24AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AD6 is #4DB529. Grayscale: #787878. Windows color (decimal): -5092650 or 14043826. OLE color: 14043826.
HSL color Cylindrical-coordinate representation of color #B24AD6: hue angle of 284.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24AD6 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 74 | 214 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.16 |
| HSL | 284.57º | 0.63% | 0.56% | - |
| HSV(B) | 284.57º | 0.65% | 0.84% | - |
| XYZ | 32.95 | 19.22 | 65.59 | - |
| YUV | 121.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 214 | 0.17 | 0.65 | 0 | 0.16 | 284.57 | 0.63 | 0.56 |
| Hex | B2 | 4A | D6 | 11 | 41 | 0 | 10 | 11D | 3F | 38 |
| Octal | 262 | 112 | 326 | 21 | 101 | 0 | 20 | 435 | 77 | 70 |
| Binary | 10110010 | 1001010 | 11010110 | 10001 | 1000001 | 0 | 10000 | 100011101 | 111111 | 111000 |
Color Harmonies of #B24AD6
Complementary color
Monochromatic Colors of #B24AD6
Black with #B24AD6
Text Example
Text Example
White with #B24AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AD6; }
p { color: rgb(178,74,214); }
H1.HeaderClassName
{
color: #B24AD6;
}
.AnyTagClassName
{
color: #B24AD6;
}
</style>
background-color css
<style>
a { background-color: #B24AD6; }
a { background-color: rgb(178,74,214); }
div.DivClassName
{
background-color: #B24AD6;
}
.BgClassName
{
background-color: #B24AD6;
}
</style>
border-color css
<style>
span { border-color: #B24AD6; }
span { border-color: rgb(178,74,214); }
td.TdClassName
{
border-color: #B24AD6;
}
.TagClassName
{
border-color: #B24AD6;
}
</style>