Shades of Medium Orchid #B14ECC
Tints of Medium Orchid #B14ECC
RGB
CMYK
RGB Variations
Color information
#B14ECC (or 0xB14ECC) is known color: Medium Orchid. HEX triplet: B1, 4E and CC. RGB value is (177,78,204). Sum of RGB (Red+Green+Blue) = 177+78+204=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B14ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14ECC is #4EB133. Grayscale: #797979. Windows color (decimal): -5157172 or 13389489. OLE color: 13389489.
HSL color Cylindrical-coordinate representation of color #B14ECC: hue angle of 287.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14ECC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 78 | 204 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.2 |
| HSL | 287.14º | 0.55% | 0.55% | - |
| HSV(B) | 287.14º | 0.62% | 0.8% | - |
| XYZ | 31.75 | 19.16 | 59.15 | - |
| YUV | 121.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 204 | 0.13 | 0.62 | 0 | 0.2 | 287.14 | 0.55 | 0.55 |
| Hex | B1 | 4E | CC | D | 3E | 0 | 14 | 11F | 37 | 37 |
| Octal | 261 | 116 | 314 | 15 | 76 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10110001 | 1001110 | 11001100 | 1101 | 111110 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #B14ECC
Complementary color
Monochromatic Colors of #B14ECC
Black with #B14ECC
Text Example
Text Example
White with #B14ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14ECC; }
p { color: rgb(177,78,204); }
H1.HeaderClassName
{
color: #B14ECC;
}
.AnyTagClassName
{
color: #B14ECC;
}
</style>
background-color css
<style>
a { background-color: #B14ECC; }
a { background-color: rgb(177,78,204); }
div.DivClassName
{
background-color: #B14ECC;
}
.BgClassName
{
background-color: #B14ECC;
}
</style>
border-color css
<style>
span { border-color: #B14ECC; }
span { border-color: rgb(177,78,204); }
td.TdClassName
{
border-color: #B14ECC;
}
.TagClassName
{
border-color: #B14ECC;
}
</style>