Shades of Medium Orchid #B152EC
Tints of Medium Orchid #B152EC
RGB
CMYK
RGB Variations
Color information
#B152EC (or 0xB152EC) is known color: Medium Orchid. HEX triplet: B1, 52 and EC. RGB value is (177,82,236). Sum of RGB (Red+Green+Blue) = 177+82+236=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #B152EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152EC is #4EAD13. Grayscale: #7F7F7F. Windows color (decimal): -5156116 or 15487665. OLE color: 15487665.
HSL color Cylindrical-coordinate representation of color #B152EC: hue angle of 277.01º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B152EC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 82 | 236 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.07 |
| HSL | 277.01º | 0.8% | 0.62% | - |
| HSV(B) | 277.01º | 0.65% | 0.93% | - |
| XYZ | 36.29 | 21.44 | 81.58 | - |
| YUV | 127.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 236 | 0.25 | 0.65 | 0 | 0.07 | 277.01 | 0.8 | 0.62 |
| Hex | B1 | 52 | EC | 19 | 41 | 0 | 7 | 115 | 50 | 3E |
| Octal | 261 | 122 | 354 | 31 | 101 | 0 | 7 | 425 | 120 | 76 |
| Binary | 10110001 | 1010010 | 11101100 | 11001 | 1000001 | 0 | 111 | 100010101 | 1010000 | 111110 |
Color Harmonies of #B152EC
Complementary color
Monochromatic Colors of #B152EC
Black with #B152EC
Text Example
Text Example
White with #B152EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152EC; }
p { color: rgb(177,82,236); }
H1.HeaderClassName
{
color: #B152EC;
}
.AnyTagClassName
{
color: #B152EC;
}
</style>
background-color css
<style>
a { background-color: #B152EC; }
a { background-color: rgb(177,82,236); }
div.DivClassName
{
background-color: #B152EC;
}
.BgClassName
{
background-color: #B152EC;
}
</style>
border-color css
<style>
span { border-color: #B152EC; }
span { border-color: rgb(177,82,236); }
td.TdClassName
{
border-color: #B152EC;
}
.TagClassName
{
border-color: #B152EC;
}
</style>