Shades of Medium Orchid #B14AC6
Tints of Medium Orchid #B14AC6
RGB
CMYK
RGB Variations
Color information
#B14AC6 (or 0xB14AC6) is known color: Medium Orchid. HEX triplet: B1, 4A and C6. RGB value is (177,74,198). Sum of RGB (Red+Green+Blue) = 177+74+198=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #B14AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AC6 is #4EB539. Grayscale: #767676. Windows color (decimal): -5158202 or 12995249. OLE color: 12995249.
HSL color Cylindrical-coordinate representation of color #B14AC6: hue angle of 289.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14AC6 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 74 | 198 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.22 |
| HSL | 289.84º | 0.52% | 0.53% | - |
| HSV(B) | 289.84º | 0.63% | 0.78% | - |
| XYZ | 30.77 | 18.32 | 55.34 | - |
| YUV | 118.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 198 | 0.11 | 0.63 | 0 | 0.22 | 289.84 | 0.52 | 0.53 |
| Hex | B1 | 4A | C6 | B | 3F | 0 | 16 | 122 | 34 | 35 |
| Octal | 261 | 112 | 306 | 13 | 77 | 0 | 26 | 442 | 64 | 65 |
| Binary | 10110001 | 1001010 | 11000110 | 1011 | 111111 | 0 | 10110 | 100100010 | 110100 | 110101 |
Color Harmonies of #B14AC6
Complementary color
Monochromatic Colors of #B14AC6
Black with #B14AC6
Text Example
Text Example
White with #B14AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14AC6; }
p { color: rgb(177,74,198); }
H1.HeaderClassName
{
color: #B14AC6;
}
.AnyTagClassName
{
color: #B14AC6;
}
</style>
background-color css
<style>
a { background-color: #B14AC6; }
a { background-color: rgb(177,74,198); }
div.DivClassName
{
background-color: #B14AC6;
}
.BgClassName
{
background-color: #B14AC6;
}
</style>
border-color css
<style>
span { border-color: #B14AC6; }
span { border-color: rgb(177,74,198); }
td.TdClassName
{
border-color: #B14AC6;
}
.TagClassName
{
border-color: #B14AC6;
}
</style>