Shades of Medium Orchid #B14EDC
Tints of Medium Orchid #B14EDC
RGB
CMYK
RGB Variations
Color information
#B14EDC (or 0xB14EDC) is known color: Medium Orchid. HEX triplet: B1, 4E and DC. RGB value is (177,78,220). Sum of RGB (Red+Green+Blue) = 177+78+220=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #B14EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EDC is #4EB123. Grayscale: #7B7B7B. Windows color (decimal): -5157156 or 14438065. OLE color: 14438065.
HSL color Cylindrical-coordinate representation of color #B14EDC: hue angle of 281.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14EDC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 78 | 220 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.14 |
| HSL | 281.83º | 0.67% | 0.58% | - |
| HSV(B) | 281.83º | 0.65% | 0.86% | - |
| XYZ | 33.77 | 19.96 | 69.78 | - |
| YUV | 123.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 220 | 0.20 | 0.65 | 0 | 0.14 | 281.83 | 0.67 | 0.58 |
| Hex | B1 | 4E | DC | 14 | 41 | 0 | E | 11A | 43 | 3A |
| Octal | 261 | 116 | 334 | 24 | 101 | 0 | 16 | 432 | 103 | 72 |
| Binary | 10110001 | 1001110 | 11011100 | 10100 | 1000001 | 0 | 1110 | 100011010 | 1000011 | 111010 |
Color Harmonies of #B14EDC
Complementary color
Monochromatic Colors of #B14EDC
Black with #B14EDC
Text Example
Text Example
White with #B14EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EDC; }
p { color: rgb(177,78,220); }
H1.HeaderClassName
{
color: #B14EDC;
}
.AnyTagClassName
{
color: #B14EDC;
}
</style>
background-color css
<style>
a { background-color: #B14EDC; }
a { background-color: rgb(177,78,220); }
div.DivClassName
{
background-color: #B14EDC;
}
.BgClassName
{
background-color: #B14EDC;
}
</style>
border-color css
<style>
span { border-color: #B14EDC; }
span { border-color: rgb(177,78,220); }
td.TdClassName
{
border-color: #B14EDC;
}
.TagClassName
{
border-color: #B14EDC;
}
</style>