Shades of Medium Orchid #B14ADE
Tints of Medium Orchid #B14ADE
RGB
CMYK
RGB Variations
Color information
#B14ADE (or 0xB14ADE) is known color: Medium Orchid. HEX triplet: B1, 4A and DE. RGB value is (177,74,222). Sum of RGB (Red+Green+Blue) = 177+74+222=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #B14ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ADE is #4EB521. Grayscale: #797979. Windows color (decimal): -5158178 or 14568113. OLE color: 14568113.
HSL color Cylindrical-coordinate representation of color #B14ADE: hue angle of 281.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14ADE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 74 | 222 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.13 |
| HSL | 281.76º | 0.69% | 0.58% | - |
| HSV(B) | 281.76º | 0.67% | 0.87% | - |
| XYZ | 33.77 | 19.52 | 71.1 | - |
| YUV | 121.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 222 | 0.20 | 0.67 | 0 | 0.13 | 281.76 | 0.69 | 0.58 |
| Hex | B1 | 4A | DE | 14 | 43 | 0 | D | 11A | 45 | 3A |
| Octal | 261 | 112 | 336 | 24 | 103 | 0 | 15 | 432 | 105 | 72 |
| Binary | 10110001 | 1001010 | 11011110 | 10100 | 1000011 | 0 | 1101 | 100011010 | 1000101 | 111010 |
Color Harmonies of #B14ADE
Complementary color
Monochromatic Colors of #B14ADE
Black with #B14ADE
Text Example
Text Example
White with #B14ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14ADE; }
p { color: rgb(177,74,222); }
H1.HeaderClassName
{
color: #B14ADE;
}
.AnyTagClassName
{
color: #B14ADE;
}
</style>
background-color css
<style>
a { background-color: #B14ADE; }
a { background-color: rgb(177,74,222); }
div.DivClassName
{
background-color: #B14ADE;
}
.BgClassName
{
background-color: #B14ADE;
}
</style>
border-color css
<style>
span { border-color: #B14ADE; }
span { border-color: rgb(177,74,222); }
td.TdClassName
{
border-color: #B14ADE;
}
.TagClassName
{
border-color: #B14ADE;
}
</style>