Shades of Medium Orchid #B239E9
Tints of Medium Orchid #B239E9
RGB
CMYK
RGB Variations
Color information
#B239E9 (or 0xB239E9) is known color: Medium Orchid. HEX triplet: B2, 39 and E9. RGB value is (178,57,233). Sum of RGB (Red+Green+Blue) = 178+57+233=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #B239E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B239E9 is #4DC616. Grayscale: #707070. Windows color (decimal): -5096983 or 15284658. OLE color: 15284658.
HSL color Cylindrical-coordinate representation of color #B239E9: hue angle of 281.25º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B239E9 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 57 | 233 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.09 |
| HSL | 281.25º | 0.8% | 0.57% | - |
| HSV(B) | 281.25º | 0.76% | 0.91% | - |
| XYZ | 34.53 | 18.27 | 78.8 | - |
| YUV | 113.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 233 | 0.24 | 0.76 | 0 | 0.09 | 281.25 | 0.8 | 0.57 |
| Hex | B2 | 39 | E9 | 18 | 4C | 0 | 9 | 119 | 50 | 39 |
| Octal | 262 | 71 | 351 | 30 | 114 | 0 | 11 | 431 | 120 | 71 |
| Binary | 10110010 | 111001 | 11101001 | 11000 | 1001100 | 0 | 1001 | 100011001 | 1010000 | 111001 |
Color Harmonies of #B239E9
Complementary color
Monochromatic Colors of #B239E9
Black with #B239E9
Text Example
Text Example
White with #B239E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239E9; }
p { color: rgb(178,57,233); }
H1.HeaderClassName
{
color: #B239E9;
}
.AnyTagClassName
{
color: #B239E9;
}
</style>
background-color css
<style>
a { background-color: #B239E9; }
a { background-color: rgb(178,57,233); }
div.DivClassName
{
background-color: #B239E9;
}
.BgClassName
{
background-color: #B239E9;
}
</style>
border-color css
<style>
span { border-color: #B239E9; }
span { border-color: rgb(178,57,233); }
td.TdClassName
{
border-color: #B239E9;
}
.TagClassName
{
border-color: #B239E9;
}
</style>