Shades of Medium Orchid #B14DE6
Tints of Medium Orchid #B14DE6
RGB
CMYK
RGB Variations
Color information
#B14DE6 (or 0xB14DE6) is known color: Medium Orchid. HEX triplet: B1, 4D and E6. RGB value is (177,77,230). Sum of RGB (Red+Green+Blue) = 177+77+230=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #B14DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DE6 is #4EB219. Grayscale: #7B7B7B. Windows color (decimal): -5157402 or 15093169. OLE color: 15093169.
HSL color Cylindrical-coordinate representation of color #B14DE6: hue angle of 279.22º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14DE6 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 77 | 230 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.10 |
| HSL | 279.22º | 0.75% | 0.6% | - |
| HSV(B) | 279.22º | 0.67% | 0.9% | - |
| XYZ | 35.07 | 20.37 | 76.95 | - |
| YUV | 124.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 230 | 0.23 | 0.67 | 0 | 0.10 | 279.22 | 0.75 | 0.6 |
| Hex | B1 | 4D | E6 | 17 | 43 | 0 | A | 117 | 4B | 3C |
| Octal | 261 | 115 | 346 | 27 | 103 | 0 | 12 | 427 | 113 | 74 |
| Binary | 10110001 | 1001101 | 11100110 | 10111 | 1000011 | 0 | 1010 | 100010111 | 1001011 | 111100 |
Color Harmonies of #B14DE6
Complementary color
Monochromatic Colors of #B14DE6
Black with #B14DE6
Text Example
Text Example
White with #B14DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DE6; }
p { color: rgb(177,77,230); }
H1.HeaderClassName
{
color: #B14DE6;
}
.AnyTagClassName
{
color: #B14DE6;
}
</style>
background-color css
<style>
a { background-color: #B14DE6; }
a { background-color: rgb(177,77,230); }
div.DivClassName
{
background-color: #B14DE6;
}
.BgClassName
{
background-color: #B14DE6;
}
</style>
border-color css
<style>
span { border-color: #B14DE6; }
span { border-color: rgb(177,77,230); }
td.TdClassName
{
border-color: #B14DE6;
}
.TagClassName
{
border-color: #B14DE6;
}
</style>