Shades of Medium Orchid #B14DDC
Tints of Medium Orchid #B14DDC
RGB
CMYK
RGB Variations
Color information
#B14DDC (or 0xB14DDC) is known color: Medium Orchid. HEX triplet: B1, 4D and DC. RGB value is (177,77,220). Sum of RGB (Red+Green+Blue) = 177+77+220=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #B14DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DDC is #4EB223. Grayscale: #7A7A7A. Windows color (decimal): -5157412 or 14437809. OLE color: 14437809.
HSL color Cylindrical-coordinate representation of color #B14DDC: hue angle of 281.96º 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 #B14DDC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 77 | 220 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.14 |
| HSL | 281.96º | 0.67% | 0.58% | - |
| HSV(B) | 281.96º | 0.65% | 0.86% | - |
| XYZ | 33.7 | 19.82 | 69.76 | - |
| YUV | 123.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 220 | 0.20 | 0.65 | 0 | 0.14 | 281.96 | 0.67 | 0.58 |
| Hex | B1 | 4D | DC | 14 | 41 | 0 | E | 11A | 43 | 3A |
| Octal | 261 | 115 | 334 | 24 | 101 | 0 | 16 | 432 | 103 | 72 |
| Binary | 10110001 | 1001101 | 11011100 | 10100 | 1000001 | 0 | 1110 | 100011010 | 1000011 | 111010 |
Color Harmonies of #B14DDC
Complementary color
Monochromatic Colors of #B14DDC
Black with #B14DDC
Text Example
Text Example
White with #B14DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DDC; }
p { color: rgb(177,77,220); }
H1.HeaderClassName
{
color: #B14DDC;
}
.AnyTagClassName
{
color: #B14DDC;
}
</style>
background-color css
<style>
a { background-color: #B14DDC; }
a { background-color: rgb(177,77,220); }
div.DivClassName
{
background-color: #B14DDC;
}
.BgClassName
{
background-color: #B14DDC;
}
</style>
border-color css
<style>
span { border-color: #B14DDC; }
span { border-color: rgb(177,77,220); }
td.TdClassName
{
border-color: #B14DDC;
}
.TagClassName
{
border-color: #B14DDC;
}
</style>