Shades of Medium Orchid #B14DC3
Tints of Medium Orchid #B14DC3
RGB
CMYK
RGB Variations
Color information
#B14DC3 (or 0xB14DC3) is known color: Medium Orchid. HEX triplet: B1, 4D and C3. RGB value is (177,77,195). Sum of RGB (Red+Green+Blue) = 177+77+195=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #B14DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DC3 is #4EB23C. Grayscale: #777777. Windows color (decimal): -5157437 or 12799409. OLE color: 12799409.
HSL color Cylindrical-coordinate representation of color #B14DC3: hue angle of 290.85º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14DC3 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 77 | 195 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.24 |
| HSL | 290.85º | 0.5% | 0.53% | - |
| HSV(B) | 290.85º | 0.61% | 0.76% | - |
| XYZ | 30.64 | 18.6 | 53.6 | - |
| YUV | 120.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 195 | 0.09 | 0.61 | 0 | 0.24 | 290.85 | 0.5 | 0.53 |
| Hex | B1 | 4D | C3 | 9 | 3D | 0 | 18 | 123 | 32 | 35 |
| Octal | 261 | 115 | 303 | 11 | 75 | 0 | 30 | 443 | 62 | 65 |
| Binary | 10110001 | 1001101 | 11000011 | 1001 | 111101 | 0 | 11000 | 100100011 | 110010 | 110101 |
Color Harmonies of #B14DC3
Complementary color
Monochromatic Colors of #B14DC3
Black with #B14DC3
Text Example
Text Example
White with #B14DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DC3; }
p { color: rgb(177,77,195); }
H1.HeaderClassName
{
color: #B14DC3;
}
.AnyTagClassName
{
color: #B14DC3;
}
</style>
background-color css
<style>
a { background-color: #B14DC3; }
a { background-color: rgb(177,77,195); }
div.DivClassName
{
background-color: #B14DC3;
}
.BgClassName
{
background-color: #B14DC3;
}
</style>
border-color css
<style>
span { border-color: #B14DC3; }
span { border-color: rgb(177,77,195); }
td.TdClassName
{
border-color: #B14DC3;
}
.TagClassName
{
border-color: #B14DC3;
}
</style>