Shades of Medium Orchid #B242ED
Tints of Medium Orchid #B242ED
RGB
CMYK
RGB Variations
Color information
#B242ED (or 0xB242ED) is known color: Medium Orchid. HEX triplet: B2, 42 and ED. RGB value is (178,66,237). Sum of RGB (Red+Green+Blue) = 178+66+237=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #B242ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242ED is #4DBD12. Grayscale: #767676. Windows color (decimal): -5094675 or 15549106. OLE color: 15549106.
HSL color Cylindrical-coordinate representation of color #B242ED: hue angle of 279.3º degrees, saturation: 0.83, 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 #B242ED is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 66 | 237 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.07 |
| HSL | 279.3º | 0.83% | 0.59% | - |
| HSV(B) | 279.3º | 0.72% | 0.93% | - |
| XYZ | 35.59 | 19.48 | 82 | - |
| YUV | 118.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 237 | 0.25 | 0.72 | 0 | 0.07 | 279.3 | 0.83 | 0.59 |
| Hex | B2 | 42 | ED | 19 | 48 | 0 | 7 | 117 | 53 | 3B |
| Octal | 262 | 102 | 355 | 31 | 110 | 0 | 7 | 427 | 123 | 73 |
| Binary | 10110010 | 1000010 | 11101101 | 11001 | 1001000 | 0 | 111 | 100010111 | 1010011 | 111011 |
Color Harmonies of #B242ED
Complementary color
Monochromatic Colors of #B242ED
Black with #B242ED
Text Example
Text Example
White with #B242ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242ED; }
p { color: rgb(178,66,237); }
H1.HeaderClassName
{
color: #B242ED;
}
.AnyTagClassName
{
color: #B242ED;
}
</style>
background-color css
<style>
a { background-color: #B242ED; }
a { background-color: rgb(178,66,237); }
div.DivClassName
{
background-color: #B242ED;
}
.BgClassName
{
background-color: #B242ED;
}
</style>
border-color css
<style>
span { border-color: #B242ED; }
span { border-color: rgb(178,66,237); }
td.TdClassName
{
border-color: #B242ED;
}
.TagClassName
{
border-color: #B242ED;
}
</style>