Shades of Medium Orchid #B238EF
Tints of Medium Orchid #B238EF
RGB
CMYK
RGB Variations
Color information
#B238EF (or 0xB238EF) is known color: Medium Orchid. HEX triplet: B2, 38 and EF. RGB value is (178,56,239). Sum of RGB (Red+Green+Blue) = 178+56+239=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #B238EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B238EF is #4DC710. Grayscale: #707070. Windows color (decimal): -5097233 or 15677618. OLE color: 15677618.
HSL color Cylindrical-coordinate representation of color #B238EF: hue angle of 280º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B238EF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 56 | 239 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.06 |
| HSL | 280º | 0.85% | 0.58% | - |
| HSV(B) | 280º | 0.77% | 0.94% | - |
| XYZ | 35.35 | 18.53 | 83.37 | - |
| YUV | 113.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 239 | 0.26 | 0.77 | 0 | 0.06 | 280 | 0.85 | 0.58 |
| Hex | B2 | 38 | EF | 1A | 4D | 0 | 6 | 118 | 55 | 3A |
| Octal | 262 | 70 | 357 | 32 | 115 | 0 | 6 | 430 | 125 | 72 |
| Binary | 10110010 | 111000 | 11101111 | 11010 | 1001101 | 0 | 110 | 100011000 | 1010101 | 111010 |
Color Harmonies of #B238EF
Complementary color
Monochromatic Colors of #B238EF
Black with #B238EF
Text Example
Text Example
White with #B238EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238EF; }
p { color: rgb(178,56,239); }
H1.HeaderClassName
{
color: #B238EF;
}
.AnyTagClassName
{
color: #B238EF;
}
</style>
background-color css
<style>
a { background-color: #B238EF; }
a { background-color: rgb(178,56,239); }
div.DivClassName
{
background-color: #B238EF;
}
.BgClassName
{
background-color: #B238EF;
}
</style>
border-color css
<style>
span { border-color: #B238EF; }
span { border-color: rgb(178,56,239); }
td.TdClassName
{
border-color: #B238EF;
}
.TagClassName
{
border-color: #B238EF;
}
</style>