#B46EC7

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

Shades of Medium Orchid #B46EC7

Tints of Medium Orchid #B46EC7

Color information

#B46EC7 (or 0xB46EC7) is unknown color: approx Medium Orchid. HEX triplet: B4, 6E and C7. RGB value is (180,110,199). Sum of RGB (Red+Green+Blue) = 180+110+199=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #B46EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EC7 is #4B9138. Grayscale: #8C8C8C. Windows color (decimal): -4952377 or 13070004. OLE color: 13070004.

HSL color Cylindrical-coordinate representation of color #B46EC7: hue angle of 287.19º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46EC7 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180110199-
CMYK0.100.4500.22
HSL287.19º44.28%60.59%-
HSV(B)287.19º44.72%78.04%-
XYZ34.7124.9857.02-
YUV141.08160.69155.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=36.81%
G=22.49%
B=40.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801101990.100.4500.22287.1944.2860.59
HexB46EC7A2D01611f2c3d
Octal26415630712550264375475
Binary101101001101110110001111010101101010110100011111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EC7; }

 p { color: rgb(180,110,199); }

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

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

 a { background-color: rgb(180,110,199); }

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

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

 span { border-color: rgb(180,110,199); }

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