Shades of Medium Orchid #B14ACE
Tints of Medium Orchid #B14ACE
RGB
CMYK
RGB Variations
Color information
#B14ACE (or 0xB14ACE) is known color: Medium Orchid. HEX triplet: B1, 4A and CE. RGB value is (177,74,206). Sum of RGB (Red+Green+Blue) = 177+74+206=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #B14ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ACE is #4EB531. Grayscale: #777777. Windows color (decimal): -5158194 or 13519537. OLE color: 13519537.
HSL color Cylindrical-coordinate representation of color #B14ACE: hue angle of 286.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14ACE is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 74 | 206 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.19 |
| HSL | 286.82º | 0.57% | 0.55% | - |
| HSV(B) | 286.82º | 0.64% | 0.81% | - |
| XYZ | 31.72 | 18.7 | 60.33 | - |
| YUV | 119.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 206 | 0.14 | 0.64 | 0 | 0.19 | 286.82 | 0.57 | 0.55 |
| Hex | B1 | 4A | CE | E | 40 | 0 | 13 | 11F | 39 | 37 |
| Octal | 261 | 112 | 316 | 16 | 100 | 0 | 23 | 437 | 71 | 67 |
| Binary | 10110001 | 1001010 | 11001110 | 1110 | 1000000 | 0 | 10011 | 100011111 | 111001 | 110111 |
Color Harmonies of #B14ACE
Complementary color
Monochromatic Colors of #B14ACE
Black with #B14ACE
Text Example
Text Example
White with #B14ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14ACE; }
p { color: rgb(177,74,206); }
H1.HeaderClassName
{
color: #B14ACE;
}
.AnyTagClassName
{
color: #B14ACE;
}
</style>
background-color css
<style>
a { background-color: #B14ACE; }
a { background-color: rgb(177,74,206); }
div.DivClassName
{
background-color: #B14ACE;
}
.BgClassName
{
background-color: #B14ACE;
}
</style>
border-color css
<style>
span { border-color: #B14ACE; }
span { border-color: rgb(177,74,206); }
td.TdClassName
{
border-color: #B14ACE;
}
.TagClassName
{
border-color: #B14ACE;
}
</style>