#B164DE

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

Shades of Medium Orchid #B164DE

Tints of Medium Orchid #B164DE

Color information

#B164DE (or 0xB164DE) is unknown color: approx Medium Orchid. HEX triplet: B1, 64 and DE. RGB value is (177,100,222). Sum of RGB (Red+Green+Blue) = 177+100+222=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #B164DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164DE is #4E9B21. Grayscale: #888888. Windows color (decimal): -5151522 or 14574769. OLE color: 14574769.

HSL color Cylindrical-coordinate representation of color #B164DE: hue angle of 277.87º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B164DE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177100222-
CMYK0.200.5500.13
HSL277.87º64.89%63.14%-
HSV(B)277.87º54.95%87.06%-
XYZ35.8723.7471.8-
YUV136.93176.01156.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=35.47%
G=20.04%
B=44.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771002220.200.5500.13277.8764.8963.14
HexB164DE14370D116413f
Octal261144336246701542610177
Binary1011000111001001101111010100110111011011000101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164DE; }

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

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

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

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

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

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

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

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