Shades of Medium Orchid #B14CE9
Tints of Medium Orchid #B14CE9
RGB
CMYK
RGB Variations
Color information
#B14CE9 (or 0xB14CE9) is known color: Medium Orchid. HEX triplet: B1, 4C and E9. RGB value is (177,76,233). Sum of RGB (Red+Green+Blue) = 177+76+233=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #B14CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CE9 is #4EB316. Grayscale: #7B7B7B. Windows color (decimal): -5157655 or 15289521. OLE color: 15289521.
HSL color Cylindrical-coordinate representation of color #B14CE9: hue angle of 278.6º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14CE9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 76 | 233 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.09 |
| HSL | 278.6º | 0.78% | 0.61% | - |
| HSV(B) | 278.6º | 0.67% | 0.91% | - |
| XYZ | 35.42 | 20.4 | 79.16 | - |
| YUV | 124.1 | 189.46 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 233 | 0.24 | 0.67 | 0 | 0.09 | 278.6 | 0.78 | 0.61 |
| Hex | B1 | 4C | E9 | 18 | 43 | 0 | 9 | 117 | 4E | 3D |
| Octal | 261 | 114 | 351 | 30 | 103 | 0 | 11 | 427 | 116 | 75 |
| Binary | 10110001 | 1001100 | 11101001 | 11000 | 1000011 | 0 | 1001 | 100010111 | 1001110 | 111101 |
Color Harmonies of #B14CE9
Complementary color
Monochromatic Colors of #B14CE9
Black with #B14CE9
Text Example
Text Example
White with #B14CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CE9; }
p { color: rgb(177,76,233); }
H1.HeaderClassName
{
color: #B14CE9;
}
.AnyTagClassName
{
color: #B14CE9;
}
</style>
background-color css
<style>
a { background-color: #B14CE9; }
a { background-color: rgb(177,76,233); }
div.DivClassName
{
background-color: #B14CE9;
}
.BgClassName
{
background-color: #B14CE9;
}
</style>
border-color css
<style>
span { border-color: #B14CE9; }
span { border-color: rgb(177,76,233); }
td.TdClassName
{
border-color: #B14CE9;
}
.TagClassName
{
border-color: #B14CE9;
}
</style>