Shades of Medium Orchid #B150EE
Tints of Medium Orchid #B150EE
RGB
CMYK
RGB Variations
Color information
#B150EE (or 0xB150EE) is known color: Medium Orchid. HEX triplet: B1, 50 and EE. RGB value is (177,80,238). Sum of RGB (Red+Green+Blue) = 177+80+238=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #B150EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150EE is #4EAF11. Grayscale: #7E7E7E. Windows color (decimal): -5156626 or 15618225. OLE color: 15618225.
HSL color Cylindrical-coordinate representation of color #B150EE: hue angle of 276.84º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B150EE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 80 | 238 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.07 |
| HSL | 276.84º | 0.82% | 0.62% | - |
| HSV(B) | 276.84º | 0.66% | 0.93% | - |
| XYZ | 36.43 | 21.26 | 83.07 | - |
| YUV | 127.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 238 | 0.26 | 0.66 | 0 | 0.07 | 276.84 | 0.82 | 0.62 |
| Hex | B1 | 50 | EE | 1A | 42 | 0 | 7 | 115 | 52 | 3E |
| Octal | 261 | 120 | 356 | 32 | 102 | 0 | 7 | 425 | 122 | 76 |
| Binary | 10110001 | 1010000 | 11101110 | 11010 | 1000010 | 0 | 111 | 100010101 | 1010010 | 111110 |
Color Harmonies of #B150EE
Complementary color
Monochromatic Colors of #B150EE
Black with #B150EE
Text Example
Text Example
White with #B150EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150EE; }
p { color: rgb(177,80,238); }
H1.HeaderClassName
{
color: #B150EE;
}
.AnyTagClassName
{
color: #B150EE;
}
</style>
background-color css
<style>
a { background-color: #B150EE; }
a { background-color: rgb(177,80,238); }
div.DivClassName
{
background-color: #B150EE;
}
.BgClassName
{
background-color: #B150EE;
}
</style>
border-color css
<style>
span { border-color: #B150EE; }
span { border-color: rgb(177,80,238); }
td.TdClassName
{
border-color: #B150EE;
}
.TagClassName
{
border-color: #B150EE;
}
</style>