Shades of Medium Orchid #B15BEC
Tints of Medium Orchid #B15BEC
RGB
CMYK
RGB Variations
Color information
#B15BEC (or 0xB15BEC) is known color: Medium Orchid. HEX triplet: B1, 5B and EC. RGB value is (177,91,236). Sum of RGB (Red+Green+Blue) = 177+91+236=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #B15BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15BEC is #4EA413. Grayscale: #848484. Windows color (decimal): -5153812 or 15489969. OLE color: 15489969.
HSL color Cylindrical-coordinate representation of color #B15BEC: hue angle of 275.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15BEC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 91 | 236 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.07 |
| HSL | 275.59º | 0.79% | 0.64% | - |
| HSV(B) | 275.59º | 0.61% | 0.93% | - |
| XYZ | 37.01 | 22.89 | 81.82 | - |
| YUV | 133.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 236 | 0.25 | 0.61 | 0 | 0.07 | 275.59 | 0.79 | 0.64 |
| Hex | B1 | 5B | EC | 19 | 3D | 0 | 7 | 114 | 4F | 40 |
| Octal | 261 | 133 | 354 | 31 | 75 | 0 | 7 | 424 | 117 | 100 |
| Binary | 10110001 | 1011011 | 11101100 | 11001 | 111101 | 0 | 111 | 100010100 | 1001111 | 1000000 |
Color Harmonies of #B15BEC
Complementary color
Monochromatic Colors of #B15BEC
Black with #B15BEC
Text Example
Text Example
White with #B15BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BEC; }
p { color: rgb(177,91,236); }
H1.HeaderClassName
{
color: #B15BEC;
}
.AnyTagClassName
{
color: #B15BEC;
}
</style>
background-color css
<style>
a { background-color: #B15BEC; }
a { background-color: rgb(177,91,236); }
div.DivClassName
{
background-color: #B15BEC;
}
.BgClassName
{
background-color: #B15BEC;
}
</style>
border-color css
<style>
span { border-color: #B15BEC; }
span { border-color: rgb(177,91,236); }
td.TdClassName
{
border-color: #B15BEC;
}
.TagClassName
{
border-color: #B15BEC;
}
</style>