#B14EE9

Color #B14EE9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B14EE9

Tints of Medium Orchid #B14EE9

Color information

#B14EE9 (or 0xB14EE9) is unknown color: approx Medium Orchid. HEX triplet: B1, 4E and E9. RGB value is (177,78,233). Sum of RGB (Red+Green+Blue) = 177+78+233=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #B14EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EE9 is #4EB116. Grayscale: #7C7C7C. Windows color (decimal): -5157143 or 15290033. OLE color: 15290033.

HSL color Cylindrical-coordinate representation of color #B14EE9: hue angle of 278.32º 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 #B14EE9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17778233-
CMYK0.240.6700.09
HSL278.32º77.89%60.98%-
HSV(B)278.32º66.52%91.37%-
XYZ35.5620.6879.21-
YUV125.27188.8164.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 78 (30.86% from 255) = 15.98%
BLUE value IS 233 (91.41% from 255) = 47.75%
R=36.27%
G=15.98%
B=47.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177782330.240.6700.09278.3277.8960.98
HexB14EE91843091164e3d
Octal2611163513010301142611675
Binary10110001100111011101001110001000011010011000101101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EE9; }

 p { color: rgb(177,78,233); }

 H1.HeaderClassName
 {
   color: #B14EE9;
 }
 .AnyTagClassName
 {
   color: #B14EE9;
 }
</style>
background-color css

<style>
 a { background-color: #B14EE9; }

 a { background-color: rgb(177,78,233); }

 div.DivClassName
 {
   background-color: #B14EE9;
 }
 .BgClassName
 {
   background-color: #B14EE9;
 }
</style>
border-color css

<style>
 span { border-color: #B14EE9; }

 span { border-color: rgb(177,78,233); }

 td.TdClassName
 {
   border-color: #B14EE9;
 }
 .TagClassName
 {
   border-color: #B14EE9;
 }
</style>