Shades of Medium Orchid #B24CE9
Tints of Medium Orchid #B24CE9
RGB
CMYK
RGB Variations
Color information
#B24CE9 (or 0xB24CE9) is known color: Medium Orchid. HEX triplet: B2, 4C and E9. RGB value is (178,76,233). Sum of RGB (Red+Green+Blue) = 178+76+233=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #B24CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CE9 is #4DB316. Grayscale: #7B7B7B. Windows color (decimal): -5092119 or 15289522. OLE color: 15289522.
HSL color Cylindrical-coordinate representation of color #B24CE9: hue angle of 278.98º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24CE9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 76 | 233 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.09 |
| HSL | 278.98º | 0.78% | 0.61% | - |
| HSV(B) | 278.98º | 0.67% | 0.91% | - |
| XYZ | 35.65 | 20.52 | 79.17 | - |
| YUV | 124.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 233 | 0.24 | 0.67 | 0 | 0.09 | 278.98 | 0.78 | 0.61 |
| Hex | B2 | 4C | E9 | 18 | 43 | 0 | 9 | 117 | 4E | 3D |
| Octal | 262 | 114 | 351 | 30 | 103 | 0 | 11 | 427 | 116 | 75 |
| Binary | 10110010 | 1001100 | 11101001 | 11000 | 1000011 | 0 | 1001 | 100010111 | 1001110 | 111101 |
Color Harmonies of #B24CE9
Complementary color
Monochromatic Colors of #B24CE9
Black with #B24CE9
Text Example
Text Example
White with #B24CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24CE9; }
p { color: rgb(178,76,233); }
H1.HeaderClassName
{
color: #B24CE9;
}
.AnyTagClassName
{
color: #B24CE9;
}
</style>
background-color css
<style>
a { background-color: #B24CE9; }
a { background-color: rgb(178,76,233); }
div.DivClassName
{
background-color: #B24CE9;
}
.BgClassName
{
background-color: #B24CE9;
}
</style>
border-color css
<style>
span { border-color: #B24CE9; }
span { border-color: rgb(178,76,233); }
td.TdClassName
{
border-color: #B24CE9;
}
.TagClassName
{
border-color: #B24CE9;
}
</style>