#B164E2

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

Shades of Medium Orchid #B164E2

Tints of Medium Orchid #B164E2

Color information

#B164E2 (or 0xB164E2) is unknown color: approx Medium Orchid. HEX triplet: B1, 64 and E2. RGB value is (177,100,226). Sum of RGB (Red+Green+Blue) = 177+100+226=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #B164E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164E2 is #4E9B1D. Grayscale: #888888. Windows color (decimal): -5151518 or 14836913. OLE color: 14836913.

HSL color Cylindrical-coordinate representation of color #B164E2: hue angle of 276.67º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B164E2 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177100226-
CMYK0.220.5600.11
HSL276.67º68.48%63.92%-
HSV(B)276.67º55.75%88.63%-
XYZ36.4223.9574.66-
YUV137.39178.01156.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 226 (88.67% from 255) = 44.93%
R=35.19%
G=19.88%
B=44.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771002260.220.5600.11276.6768.4863.92
HexB164E216380B1154440
Octal2611443422670013425104100
Binary10110001110010011100010101101110000101110001010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164E2; }

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

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

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

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

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

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

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

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