Shades of Medium Orchid #B241EC
Tints of Medium Orchid #B241EC
RGB
CMYK
RGB Variations
Color information
#B241EC (or 0xB241EC) is known color: Medium Orchid. HEX triplet: B2, 41 and EC. RGB value is (178,65,236). Sum of RGB (Red+Green+Blue) = 178+65+236=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B241EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B241EC is #4DBE13. Grayscale: #757575. Windows color (decimal): -5094932 or 15483314. OLE color: 15483314.
HSL color Cylindrical-coordinate representation of color #B241EC: hue angle of 279.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B241EC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 65 | 236 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.07 |
| HSL | 279.65º | 0.82% | 0.59% | - |
| HSV(B) | 279.65º | 0.72% | 0.93% | - |
| XYZ | 35.39 | 19.3 | 81.22 | - |
| YUV | 118.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 236 | 0.25 | 0.72 | 0 | 0.07 | 279.65 | 0.82 | 0.59 |
| Hex | B2 | 41 | EC | 19 | 48 | 0 | 7 | 118 | 52 | 3B |
| Octal | 262 | 101 | 354 | 31 | 110 | 0 | 7 | 430 | 122 | 73 |
| Binary | 10110010 | 1000001 | 11101100 | 11001 | 1001000 | 0 | 111 | 100011000 | 1010010 | 111011 |
Color Harmonies of #B241EC
Complementary color
Monochromatic Colors of #B241EC
Black with #B241EC
Text Example
Text Example
White with #B241EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241EC; }
p { color: rgb(178,65,236); }
H1.HeaderClassName
{
color: #B241EC;
}
.AnyTagClassName
{
color: #B241EC;
}
</style>
background-color css
<style>
a { background-color: #B241EC; }
a { background-color: rgb(178,65,236); }
div.DivClassName
{
background-color: #B241EC;
}
.BgClassName
{
background-color: #B241EC;
}
</style>
border-color css
<style>
span { border-color: #B241EC; }
span { border-color: rgb(178,65,236); }
td.TdClassName
{
border-color: #B241EC;
}
.TagClassName
{
border-color: #B241EC;
}
</style>