Shades of Medium Orchid #B150ED
Tints of Medium Orchid #B150ED
RGB
CMYK
RGB Variations
Color information
#B150ED (or 0xB150ED) is known color: Medium Orchid. HEX triplet: B1, 50 and ED. RGB value is (177,80,237). Sum of RGB (Red+Green+Blue) = 177+80+237=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B150ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150ED is #4EAF12. Grayscale: #7E7E7E. Windows color (decimal): -5156627 or 15552689. OLE color: 15552689.
HSL color Cylindrical-coordinate representation of color #B150ED: hue angle of 277.07º degrees, saturation: 0.81, 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 #B150ED is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 80 | 237 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.07 |
| HSL | 277.07º | 0.81% | 0.62% | - |
| HSV(B) | 277.07º | 0.66% | 0.93% | - |
| XYZ | 36.29 | 21.2 | 82.3 | - |
| YUV | 126.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 237 | 0.25 | 0.66 | 0 | 0.07 | 277.07 | 0.81 | 0.62 |
| Hex | B1 | 50 | ED | 19 | 42 | 0 | 7 | 115 | 51 | 3E |
| Octal | 261 | 120 | 355 | 31 | 102 | 0 | 7 | 425 | 121 | 76 |
| Binary | 10110001 | 1010000 | 11101101 | 11001 | 1000010 | 0 | 111 | 100010101 | 1010001 | 111110 |
Color Harmonies of #B150ED
Complementary color
Monochromatic Colors of #B150ED
Black with #B150ED
Text Example
Text Example
White with #B150ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150ED; }
p { color: rgb(177,80,237); }
H1.HeaderClassName
{
color: #B150ED;
}
.AnyTagClassName
{
color: #B150ED;
}
</style>
background-color css
<style>
a { background-color: #B150ED; }
a { background-color: rgb(177,80,237); }
div.DivClassName
{
background-color: #B150ED;
}
.BgClassName
{
background-color: #B150ED;
}
</style>
border-color css
<style>
span { border-color: #B150ED; }
span { border-color: rgb(177,80,237); }
td.TdClassName
{
border-color: #B150ED;
}
.TagClassName
{
border-color: #B150ED;
}
</style>