Shades of Medium Orchid #B14EEA
Tints of Medium Orchid #B14EEA
RGB
CMYK
RGB Variations
Color information
#B14EEA (or 0xB14EEA) is known color: Medium Orchid. HEX triplet: B1, 4E and EA. RGB value is (177,78,234). Sum of RGB (Red+Green+Blue) = 177+78+234=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #B14EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EEA is #4EB115. Grayscale: #7C7C7C. Windows color (decimal): -5157142 or 15355569. OLE color: 15355569.
HSL color Cylindrical-coordinate representation of color #B14EEA: hue angle of 278.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14EEA is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 78 | 234 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.08 |
| HSL | 278.08º | 0.79% | 0.61% | - |
| HSV(B) | 278.08º | 0.67% | 0.92% | - |
| XYZ | 35.71 | 20.74 | 79.96 | - |
| YUV | 125.39 | 189.3 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 234 | 0.24 | 0.67 | 0 | 0.08 | 278.08 | 0.79 | 0.61 |
| Hex | B1 | 4E | EA | 18 | 43 | 0 | 8 | 116 | 4F | 3D |
| Octal | 261 | 116 | 352 | 30 | 103 | 0 | 10 | 426 | 117 | 75 |
| Binary | 10110001 | 1001110 | 11101010 | 11000 | 1000011 | 0 | 1000 | 100010110 | 1001111 | 111101 |
Color Harmonies of #B14EEA
Complementary color
Monochromatic Colors of #B14EEA
Black with #B14EEA
Text Example
Text Example
White with #B14EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EEA; }
p { color: rgb(177,78,234); }
H1.HeaderClassName
{
color: #B14EEA;
}
.AnyTagClassName
{
color: #B14EEA;
}
</style>
background-color css
<style>
a { background-color: #B14EEA; }
a { background-color: rgb(177,78,234); }
div.DivClassName
{
background-color: #B14EEA;
}
.BgClassName
{
background-color: #B14EEA;
}
</style>
border-color css
<style>
span { border-color: #B14EEA; }
span { border-color: rgb(177,78,234); }
td.TdClassName
{
border-color: #B14EEA;
}
.TagClassName
{
border-color: #B14EEA;
}
</style>