Shades of Medium Orchid #B153EE
Tints of Medium Orchid #B153EE
RGB
CMYK
RGB Variations
Color information
#B153EE (or 0xB153EE) is known color: Medium Orchid. HEX triplet: B1, 53 and EE. RGB value is (177,83,238). Sum of RGB (Red+Green+Blue) = 177+83+238=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #B153EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153EE is #4EAC11. Grayscale: #808080. Windows color (decimal): -5155858 or 15618993. OLE color: 15618993.
HSL color Cylindrical-coordinate representation of color #B153EE: hue angle of 276.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B153EE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 83 | 238 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.07 |
| HSL | 276.39º | 0.82% | 0.63% | - |
| HSV(B) | 276.39º | 0.65% | 0.93% | - |
| XYZ | 36.66 | 21.71 | 83.15 | - |
| YUV | 128.78 | 189.64 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 238 | 0.26 | 0.65 | 0 | 0.07 | 276.39 | 0.82 | 0.63 |
| Hex | B1 | 53 | EE | 1A | 41 | 0 | 7 | 114 | 52 | 3F |
| Octal | 261 | 123 | 356 | 32 | 101 | 0 | 7 | 424 | 122 | 77 |
| Binary | 10110001 | 1010011 | 11101110 | 11010 | 1000001 | 0 | 111 | 100010100 | 1010010 | 111111 |
Color Harmonies of #B153EE
Complementary color
Monochromatic Colors of #B153EE
Black with #B153EE
Text Example
Text Example
White with #B153EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B153EE; }
p { color: rgb(177,83,238); }
H1.HeaderClassName
{
color: #B153EE;
}
.AnyTagClassName
{
color: #B153EE;
}
</style>
background-color css
<style>
a { background-color: #B153EE; }
a { background-color: rgb(177,83,238); }
div.DivClassName
{
background-color: #B153EE;
}
.BgClassName
{
background-color: #B153EE;
}
</style>
border-color css
<style>
span { border-color: #B153EE; }
span { border-color: rgb(177,83,238); }
td.TdClassName
{
border-color: #B153EE;
}
.TagClassName
{
border-color: #B153EE;
}
</style>