Shades of Medium Orchid #B240E5
Tints of Medium Orchid #B240E5
RGB
CMYK
RGB Variations
Color information
#B240E5 (or 0xB240E5) is known color: Medium Orchid. HEX triplet: B2, 40 and E5. RGB value is (178,64,229). Sum of RGB (Red+Green+Blue) = 178+64+229=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #B240E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240E5 is #4DBF1A. Grayscale: #747474. Windows color (decimal): -5095195 or 15024306. OLE color: 15024306.
HSL color Cylindrical-coordinate representation of color #B240E5: hue angle of 281.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B240E5 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 64 | 229 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.10 |
| HSL | 281.45º | 0.76% | 0.57% | - |
| HSV(B) | 281.45º | 0.72% | 0.9% | - |
| XYZ | 34.34 | 18.79 | 75.95 | - |
| YUV | 116.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 229 | 0.22 | 0.72 | 0 | 0.10 | 281.45 | 0.76 | 0.57 |
| Hex | B2 | 40 | E5 | 16 | 48 | 0 | A | 119 | 4C | 39 |
| Octal | 262 | 100 | 345 | 26 | 110 | 0 | 12 | 431 | 114 | 71 |
| Binary | 10110010 | 1000000 | 11100101 | 10110 | 1001000 | 0 | 1010 | 100011001 | 1001100 | 111001 |
Color Harmonies of #B240E5
Complementary color
Monochromatic Colors of #B240E5
Black with #B240E5
Text Example
Text Example
White with #B240E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240E5; }
p { color: rgb(178,64,229); }
H1.HeaderClassName
{
color: #B240E5;
}
.AnyTagClassName
{
color: #B240E5;
}
</style>
background-color css
<style>
a { background-color: #B240E5; }
a { background-color: rgb(178,64,229); }
div.DivClassName
{
background-color: #B240E5;
}
.BgClassName
{
background-color: #B240E5;
}
</style>
border-color css
<style>
span { border-color: #B240E5; }
span { border-color: rgb(178,64,229); }
td.TdClassName
{
border-color: #B240E5;
}
.TagClassName
{
border-color: #B240E5;
}
</style>