Shades of Medium Orchid #B14ECE
Tints of Medium Orchid #B14ECE
RGB
CMYK
RGB Variations
Color information
#B14ECE (or 0xB14ECE) is known color: Medium Orchid. HEX triplet: B1, 4E and CE. RGB value is (177,78,206). Sum of RGB (Red+Green+Blue) = 177+78+206=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #B14ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14ECE is #4EB131. Grayscale: #797979. Windows color (decimal): -5157170 or 13520561. OLE color: 13520561.
HSL color Cylindrical-coordinate representation of color #B14ECE: hue angle of 286.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14ECE is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 78 | 206 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.19 |
| HSL | 286.41º | 0.57% | 0.56% | - |
| HSV(B) | 286.41º | 0.62% | 0.81% | - |
| XYZ | 32 | 19.25 | 60.42 | - |
| YUV | 122.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 206 | 0.14 | 0.62 | 0 | 0.19 | 286.41 | 0.57 | 0.56 |
| Hex | B1 | 4E | CE | E | 3E | 0 | 13 | 11E | 39 | 38 |
| Octal | 261 | 116 | 316 | 16 | 76 | 0 | 23 | 436 | 71 | 70 |
| Binary | 10110001 | 1001110 | 11001110 | 1110 | 111110 | 0 | 10011 | 100011110 | 111001 | 111000 |
Color Harmonies of #B14ECE
Complementary color
Monochromatic Colors of #B14ECE
Black with #B14ECE
Text Example
Text Example
White with #B14ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14ECE; }
p { color: rgb(177,78,206); }
H1.HeaderClassName
{
color: #B14ECE;
}
.AnyTagClassName
{
color: #B14ECE;
}
</style>
background-color css
<style>
a { background-color: #B14ECE; }
a { background-color: rgb(177,78,206); }
div.DivClassName
{
background-color: #B14ECE;
}
.BgClassName
{
background-color: #B14ECE;
}
</style>
border-color css
<style>
span { border-color: #B14ECE; }
span { border-color: rgb(177,78,206); }
td.TdClassName
{
border-color: #B14ECE;
}
.TagClassName
{
border-color: #B14ECE;
}
</style>