Shades of Medium Orchid #B238EE
Tints of Medium Orchid #B238EE
RGB
CMYK
RGB Variations
Color information
#B238EE (or 0xB238EE) is known color: Medium Orchid. HEX triplet: B2, 38 and EE. RGB value is (178,56,238). Sum of RGB (Red+Green+Blue) = 178+56+238=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #B238EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B238EE is #4DC711. Grayscale: #707070. Windows color (decimal): -5097234 or 15612082. OLE color: 15612082.
HSL color Cylindrical-coordinate representation of color #B238EE: hue angle of 280.22º degrees, saturation: 0.84, 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 #B238EE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 56 | 238 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.07 |
| HSL | 280.22º | 0.84% | 0.58% | - |
| HSV(B) | 280.22º | 0.76% | 0.93% | - |
| XYZ | 35.21 | 18.47 | 82.6 | - |
| YUV | 113.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 238 | 0.25 | 0.76 | 0 | 0.07 | 280.22 | 0.84 | 0.58 |
| Hex | B2 | 38 | EE | 19 | 4C | 0 | 7 | 118 | 54 | 3A |
| Octal | 262 | 70 | 356 | 31 | 114 | 0 | 7 | 430 | 124 | 72 |
| Binary | 10110010 | 111000 | 11101110 | 11001 | 1001100 | 0 | 111 | 100011000 | 1010100 | 111010 |
Color Harmonies of #B238EE
Complementary color
Monochromatic Colors of #B238EE
Black with #B238EE
Text Example
Text Example
White with #B238EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238EE; }
p { color: rgb(178,56,238); }
H1.HeaderClassName
{
color: #B238EE;
}
.AnyTagClassName
{
color: #B238EE;
}
</style>
background-color css
<style>
a { background-color: #B238EE; }
a { background-color: rgb(178,56,238); }
div.DivClassName
{
background-color: #B238EE;
}
.BgClassName
{
background-color: #B238EE;
}
</style>
border-color css
<style>
span { border-color: #B238EE; }
span { border-color: rgb(178,56,238); }
td.TdClassName
{
border-color: #B238EE;
}
.TagClassName
{
border-color: #B238EE;
}
</style>