Shades of Medium Orchid #B24CE6
Tints of Medium Orchid #B24CE6
RGB
CMYK
RGB Variations
Color information
#B24CE6 (or 0xB24CE6) is known color: Medium Orchid. HEX triplet: B2, 4C and E6. RGB value is (178,76,230). Sum of RGB (Red+Green+Blue) = 178+76+230=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #B24CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CE6 is #4DB319. Grayscale: #7B7B7B. Windows color (decimal): -5092122 or 15092914. OLE color: 15092914.
HSL color Cylindrical-coordinate representation of color #B24CE6: hue angle of 279.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24CE6 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 76 | 230 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.10 |
| HSL | 279.74º | 0.75% | 0.6% | - |
| HSV(B) | 279.74º | 0.67% | 0.9% | - |
| XYZ | 35.23 | 20.35 | 76.93 | - |
| YUV | 124.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 230 | 0.23 | 0.67 | 0 | 0.10 | 279.74 | 0.75 | 0.6 |
| Hex | B2 | 4C | E6 | 17 | 43 | 0 | A | 118 | 4B | 3C |
| Octal | 262 | 114 | 346 | 27 | 103 | 0 | 12 | 430 | 113 | 74 |
| Binary | 10110010 | 1001100 | 11100110 | 10111 | 1000011 | 0 | 1010 | 100011000 | 1001011 | 111100 |
Color Harmonies of #B24CE6
Complementary color
Monochromatic Colors of #B24CE6
Black with #B24CE6
Text Example
Text Example
White with #B24CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24CE6; }
p { color: rgb(178,76,230); }
H1.HeaderClassName
{
color: #B24CE6;
}
.AnyTagClassName
{
color: #B24CE6;
}
</style>
background-color css
<style>
a { background-color: #B24CE6; }
a { background-color: rgb(178,76,230); }
div.DivClassName
{
background-color: #B24CE6;
}
.BgClassName
{
background-color: #B24CE6;
}
</style>
border-color css
<style>
span { border-color: #B24CE6; }
span { border-color: rgb(178,76,230); }
td.TdClassName
{
border-color: #B24CE6;
}
.TagClassName
{
border-color: #B24CE6;
}
</style>