Shades of Medium Orchid #B239ED
Tints of Medium Orchid #B239ED
RGB
CMYK
RGB Variations
Color information
#B239ED (or 0xB239ED) is known color: Medium Orchid. HEX triplet: B2, 39 and ED. RGB value is (178,57,237). Sum of RGB (Red+Green+Blue) = 178+57+237=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #B239ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B239ED is #4DC612. Grayscale: #717171. Windows color (decimal): -5096979 or 15546802. OLE color: 15546802.
HSL color Cylindrical-coordinate representation of color #B239ED: hue angle of 280.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B239ED is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 57 | 237 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.07 |
| HSL | 280.33º | 0.83% | 0.58% | - |
| HSV(B) | 280.33º | 0.76% | 0.93% | - |
| XYZ | 35.11 | 18.51 | 81.84 | - |
| YUV | 113.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 237 | 0.25 | 0.76 | 0 | 0.07 | 280.33 | 0.83 | 0.58 |
| Hex | B2 | 39 | ED | 19 | 4C | 0 | 7 | 118 | 53 | 3A |
| Octal | 262 | 71 | 355 | 31 | 114 | 0 | 7 | 430 | 123 | 72 |
| Binary | 10110010 | 111001 | 11101101 | 11001 | 1001100 | 0 | 111 | 100011000 | 1010011 | 111010 |
Color Harmonies of #B239ED
Complementary color
Monochromatic Colors of #B239ED
Black with #B239ED
Text Example
Text Example
White with #B239ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239ED; }
p { color: rgb(178,57,237); }
H1.HeaderClassName
{
color: #B239ED;
}
.AnyTagClassName
{
color: #B239ED;
}
</style>
background-color css
<style>
a { background-color: #B239ED; }
a { background-color: rgb(178,57,237); }
div.DivClassName
{
background-color: #B239ED;
}
.BgClassName
{
background-color: #B239ED;
}
</style>
border-color css
<style>
span { border-color: #B239ED; }
span { border-color: rgb(178,57,237); }
td.TdClassName
{
border-color: #B239ED;
}
.TagClassName
{
border-color: #B239ED;
}
</style>