Shades of Medium Orchid #B15CED
Tints of Medium Orchid #B15CED
RGB
CMYK
RGB Variations
Color information
#B15CED (or 0xB15CED) is known color: Medium Orchid. HEX triplet: B1, 5C and ED. RGB value is (177,92,237). Sum of RGB (Red+Green+Blue) = 177+92+237=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #B15CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CED is #4EA312. Grayscale: #858585. Windows color (decimal): -5153555 or 15555761. OLE color: 15555761.
HSL color Cylindrical-coordinate representation of color #B15CED: hue angle of 275.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15CED is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 92 | 237 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.07 |
| HSL | 275.17º | 0.8% | 0.65% | - |
| HSV(B) | 275.17º | 0.61% | 0.93% | - |
| XYZ | 37.24 | 23.12 | 82.62 | - |
| YUV | 133.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 237 | 0.25 | 0.61 | 0 | 0.07 | 275.17 | 0.8 | 0.65 |
| Hex | B1 | 5C | ED | 19 | 3D | 0 | 7 | 113 | 50 | 41 |
| Octal | 261 | 134 | 355 | 31 | 75 | 0 | 7 | 423 | 120 | 101 |
| Binary | 10110001 | 1011100 | 11101101 | 11001 | 111101 | 0 | 111 | 100010011 | 1010000 | 1000001 |
Color Harmonies of #B15CED
Complementary color
Monochromatic Colors of #B15CED
Black with #B15CED
Text Example
Text Example
White with #B15CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CED; }
p { color: rgb(177,92,237); }
H1.HeaderClassName
{
color: #B15CED;
}
.AnyTagClassName
{
color: #B15CED;
}
</style>
background-color css
<style>
a { background-color: #B15CED; }
a { background-color: rgb(177,92,237); }
div.DivClassName
{
background-color: #B15CED;
}
.BgClassName
{
background-color: #B15CED;
}
</style>
border-color css
<style>
span { border-color: #B15CED; }
span { border-color: rgb(177,92,237); }
td.TdClassName
{
border-color: #B15CED;
}
.TagClassName
{
border-color: #B15CED;
}
</style>