Shades of Medium Orchid #B241ED
Tints of Medium Orchid #B241ED
RGB
CMYK
RGB Variations
Color information
#B241ED (or 0xB241ED) is known color: Medium Orchid. HEX triplet: B2, 41 and ED. RGB value is (178,65,237). Sum of RGB (Red+Green+Blue) = 178+65+237=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #B241ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B241ED is #4DBE12. Grayscale: #757575. Windows color (decimal): -5094931 or 15548850. OLE color: 15548850.
HSL color Cylindrical-coordinate representation of color #B241ED: hue angle of 279.42º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B241ED is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 65 | 237 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.07 |
| HSL | 279.42º | 0.83% | 0.59% | - |
| HSV(B) | 279.42º | 0.73% | 0.93% | - |
| XYZ | 35.54 | 19.36 | 81.98 | - |
| YUV | 118.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 237 | 0.25 | 0.73 | 0 | 0.07 | 279.42 | 0.83 | 0.59 |
| Hex | B2 | 41 | ED | 19 | 49 | 0 | 7 | 117 | 53 | 3B |
| Octal | 262 | 101 | 355 | 31 | 111 | 0 | 7 | 427 | 123 | 73 |
| Binary | 10110010 | 1000001 | 11101101 | 11001 | 1001001 | 0 | 111 | 100010111 | 1010011 | 111011 |
Color Harmonies of #B241ED
Complementary color
Monochromatic Colors of #B241ED
Black with #B241ED
Text Example
Text Example
White with #B241ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241ED; }
p { color: rgb(178,65,237); }
H1.HeaderClassName
{
color: #B241ED;
}
.AnyTagClassName
{
color: #B241ED;
}
</style>
background-color css
<style>
a { background-color: #B241ED; }
a { background-color: rgb(178,65,237); }
div.DivClassName
{
background-color: #B241ED;
}
.BgClassName
{
background-color: #B241ED;
}
</style>
border-color css
<style>
span { border-color: #B241ED; }
span { border-color: rgb(178,65,237); }
td.TdClassName
{
border-color: #B241ED;
}
.TagClassName
{
border-color: #B241ED;
}
</style>