#B164E9

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

Shades of Medium Orchid #B164E9

Tints of Medium Orchid #B164E9

Color information

#B164E9 (or 0xB164E9) is unknown color: approx Medium Orchid. HEX triplet: B1, 64 and E9. RGB value is (177,100,233). Sum of RGB (Red+Green+Blue) = 177+100+233=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #B164E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B164E9 is #4E9B16. Grayscale: #898989. Windows color (decimal): -5151511 or 15295665. OLE color: 15295665.

HSL color Cylindrical-coordinate representation of color #B164E9: hue angle of 274.74º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B164E9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177100233-
CMYK0.240.5700.09
HSL274.74º75.14%65.29%-
HSV(B)274.74º57.08%91.37%-
XYZ37.424.3479.82-
YUV138.18181.51155.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 233 (91.41% from 255) = 45.69%
R=34.71%
G=19.61%
B=45.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771002330.240.5700.09274.7475.1465.29
HexB164E91839091134b41
Octal2611443513071011423113101
Binary10110001110010011101001110001110010100110001001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164E9; }

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

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

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

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

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

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

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

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