Shades of Medium Orchid #B24CC6
Tints of Medium Orchid #B24CC6
RGB
CMYK
RGB Variations
Color information
#B24CC6 (or 0xB24CC6) is known color: Medium Orchid. HEX triplet: B2, 4C and C6. RGB value is (178,76,198). Sum of RGB (Red+Green+Blue) = 178+76+198=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #B24CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CC6 is #4DB339. Grayscale: #787878. Windows color (decimal): -5092154 or 12995762. OLE color: 12995762.
HSL color Cylindrical-coordinate representation of color #B24CC6: hue angle of 290.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24CC6 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 76 | 198 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.22 |
| HSL | 290.16º | 0.52% | 0.54% | - |
| HSV(B) | 290.16º | 0.62% | 0.78% | - |
| XYZ | 31.14 | 18.71 | 55.4 | - |
| YUV | 120.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 198 | 0.10 | 0.62 | 0 | 0.22 | 290.16 | 0.52 | 0.54 |
| Hex | B2 | 4C | C6 | A | 3E | 0 | 16 | 122 | 34 | 36 |
| Octal | 262 | 114 | 306 | 12 | 76 | 0 | 26 | 442 | 64 | 66 |
| Binary | 10110010 | 1001100 | 11000110 | 1010 | 111110 | 0 | 10110 | 100100010 | 110100 | 110110 |
Color Harmonies of #B24CC6
Complementary color
Monochromatic Colors of #B24CC6
Black with #B24CC6
Text Example
Text Example
White with #B24CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24CC6; }
p { color: rgb(178,76,198); }
H1.HeaderClassName
{
color: #B24CC6;
}
.AnyTagClassName
{
color: #B24CC6;
}
</style>
background-color css
<style>
a { background-color: #B24CC6; }
a { background-color: rgb(178,76,198); }
div.DivClassName
{
background-color: #B24CC6;
}
.BgClassName
{
background-color: #B24CC6;
}
</style>
border-color css
<style>
span { border-color: #B24CC6; }
span { border-color: rgb(178,76,198); }
td.TdClassName
{
border-color: #B24CC6;
}
.TagClassName
{
border-color: #B24CC6;
}
</style>